Skip to content

Commit

Permalink
scid: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 3, 2017
1 parent fb40889 commit fc57e63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkgs/games/scid/default.nix
Expand Up @@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
"SHAREDIR=$(out)/share"
];

hardeningDisable = [ "format" ];

dontPatchShebangs = true;

postFixup = ''
Expand Down
5 changes: 4 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };

Expand Down

0 comments on commit fc57e63

Please sign in to comment.