Skip to content

Commit

Permalink
scorched3d: fixing build with gcc6
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler authored and globin committed Sep 8, 2017
1 parent cd283e9 commit dc15c15
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pkgs/games/scorched3d/default.nix
Expand Up @@ -16,7 +16,13 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ pkgconfig ];

patches = [ ./file-existence.patch ];
patches = [
./file-existence.patch
(fetchurl {
url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/games-strategy/scorched3d/files/scorched3d-44-fix-c++14.patch?id=1bbcfc9ae3dfdfcbdd35151cb7b6050776215e4d";
sha256 = "1farmjxbc2wm4scsdbdnvh29fipnb6mp6z85hxz4bx6n9kbc8y7n";
})
];

sourceRoot = "scorched";

Expand Down

0 comments on commit dc15c15

Please sign in to comment.