8 inherit (qt5) qtbase qtmultimedia wrapQtAppsHook;
10 stdenv.mkDerivation (finalAttrs: {
15 url = "http://www.home.marutan.net/hg/rpcemu";
16 rev = "release_${finalAttrs.version}";
17 sha256 = "sha256-UyjfTfUpSvJNFPkQWPKppxp/kO0hVGo5cE9RuCU8GJI=";
42 install -Dm755 rpcemu-interpreter -t $out/bin
48 homepage = "https://www.marutan.net/rpcemu/index.php";
49 description = "Risc PC Emulator";
50 mainProgram = "rpcemu-interpreter";
52 RPCEmu is an emulator of classic Acorn computer systems, such as the Risc
53 PC and A7000. It runs on multiple platforms including Windows, Linux and
56 RPCEmu should be considered Alpha Quality code. It has many known and
57 unknown bugs, and all files used with it should be well backed up before
58 using them with RPCEmu.
60 license = lib.licenses.gpl2Plus;
61 maintainers = builtins.attrValues {
62 inherit (lib.maintainers) AndersonTorres;
64 platforms = lib.platforms.linux;