17 stdenv.mkDerivation (finalAttrs: {
19 version = "unstable-2023-10-31";
21 src = fetchFromGitHub {
22 owner = "chernandezba";
24 rev = "02e734b088c3b880b2d260a9812404f029dfc92a";
25 hash = "sha256-1PWFpUNekDKyCUNuV/cNUZ7hWGZBMu0nxswD6pap8pg=";
47 sourceRoot = "${finalAttrs.src.name}/src";
54 "--prefix=${placeholder "out"}"
55 "--c-compiler ${stdenv.cc.targetPrefix}cc"
60 "--enable-undoc-scfccf"
67 ./generate_install_sh.sh
68 patchShebangs ./install.sh
75 homepage = "https://github.com/chernandezba/zesarux";
76 description = "ZX Second-Emulator And Released for UniX";
77 mainProgram = "zesarux";
78 license = with lib.licenses; [ gpl3Plus ];
79 maintainers = with lib.maintainers; [ AndersonTorres ];
80 platforms = lib.platforms.unix;