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";
51 RPCEmu is an emulator of classic Acorn computer systems, such as the Risc
52 PC and A7000. It runs on multiple platforms including Windows, Linux and
55 RPCEmu should be considered Alpha Quality code. It has many known and
56 unknown bugs, and all files used with it should be well backed up before
57 using them with RPCEmu.
59 license = lib.licenses.gpl2Plus;
60 maintainers = builtins.attrValues {
61 inherit (lib.maintainers) AndersonTorres;
63 platforms = lib.platforms.linux;