13 stdenv.mkDerivation (finalAttrs: {
18 url = "http://www.xl-project.com/download/atari++_${finalAttrs.version}.tar.gz";
19 hash = "sha256-LbGTVUs1XXR+QfDhCxX9UMkQ3bnk4z0ckl94Cwwe9IQ=";
34 --set-rpath ${lib.makeLibraryPath finalAttrs.buildInputs} \
39 homepage = "http://www.xl-project.com/";
40 description = "Enhanced, cycle-accurated Atari emulator";
41 mainProgram = "atari++";
43 The Atari++ Emulator is a Unix based emulator of the Atari eight bit
44 computers, namely the Atari 400 and 800, the Atari 400XL, 800XL and 130XE,
45 and the Atari 5200 game console. The emulator is auto-configurable and
46 will compile on a variety of systems (Linux, Solaris, Irix).
48 maintainers = with lib.maintainers; [ AndersonTorres ];
49 license = with lib.licenses; [ gpl2Plus ];
50 platforms = lib.platforms.unix;