scid: fix build

This commit is contained in:
Robin Gloster 2017-03-03 15:16:57 +01:00
parent fb40889ddb
commit fc57e634f3
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
2 changed files with 6 additions and 1 deletions

View File

@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
"SHAREDIR=$(out)/share"
];
hardeningDisable = [ "format" ];
dontPatchShebangs = true;
postFixup = ''

View File

@ -16568,7 +16568,10 @@ with pkgs;
sauerbraten = callPackage ../games/sauerbraten {};
scid = callPackage ../games/scid { };
scid = callPackage ../games/scid {
tcl = tcl-8_5;
tk = tk-8_5;
};
scummvm = callPackage ../games/scummvm { };