22 stdenv.mkDerivation (finalAttrs: {
26 src = fetchFromGitHub {
27 owner = "FrodeSolheim";
29 rev = "v${finalAttrs.version}";
30 hash = "sha256-zPVRPazelmNaxcoCStB0j9b9qwQDTgv3O7Bg3VlW9ys=";
56 # Make sure that the build timestamp is not included in the archive
58 strip-nondeterminism --type zip $out/share/fs-uae/fs-uae.dat
62 homepage = "https://fs-uae.net";
63 description = "Accurate, customizable Amiga Emulator";
65 FS-UAE integrates the most accurate Amiga emulation code available from
66 WinUAE. FS-UAE emulates A500, A500+, A600, A1200, A1000, A3000 and A4000
67 models, but you can tweak the hardware configuration and create customized
70 license = lib.licenses.gpl2Plus;
71 mainProgram = "fs-uae";
72 maintainers = with lib.maintainers; [ AndersonTorres ];
73 platforms = with lib.systems.inspect; patternLogicalAnd patterns.isx86 patterns.isLinux;