6 stdenv.mkDerivation (finalAttrs: {
10 src = fetchFromGitHub {
13 rev = finalAttrs.version;
14 hash = "sha256-HGF4O4LcMDY4f/ZuBbkvx5Wd86+8Ict624eKTJ88/rQ=";
18 # Don't force static builds
19 ./disable-static.patch
22 nativeBuildInputs = [ cmake ];
27 install -D acc $out/bin/acc
33 description = "ACS script compiler for use with ZDoom and Hexen";
34 homepage = "https://zdoom.org/wiki/ACC";
35 license = licenses.activision;
36 maintainers = with maintainers; [ emilytrau ];
37 platforms = platforms.all;