scid: fix build
This commit is contained in:
parent
fb40889ddb
commit
fc57e634f3
@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
|
|||||||
"SHAREDIR=$(out)/share"
|
"SHAREDIR=$(out)/share"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
dontPatchShebangs = true;
|
dontPatchShebangs = true;
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
|
@ -16568,7 +16568,10 @@ with pkgs;
|
|||||||
|
|
||||||
sauerbraten = callPackage ../games/sauerbraten {};
|
sauerbraten = callPackage ../games/sauerbraten {};
|
||||||
|
|
||||||
scid = callPackage ../games/scid { };
|
scid = callPackage ../games/scid {
|
||||||
|
tcl = tcl-8_5;
|
||||||
|
tk = tk-8_5;
|
||||||
|
};
|
||||||
|
|
||||||
scummvm = callPackage ../games/scummvm { };
|
scummvm = callPackage ../games/scummvm { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user