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