scorched3d: fixing build with gcc6

This commit is contained in:
Samuel Leathers 2017-09-08 09:08:00 -04:00 committed by Robin Gloster
parent cd283e9234
commit dc15c15338

View file

@ -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";