scorched3d: fixing build with gcc6
This commit is contained in:
parent
cd283e9234
commit
dc15c15338
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user