warzone2100: fix build
I'm not sure how the build broke[1] or how it worked before, but the problem is zip is being used in place of p7zip, which obviously fail as the flags have different meanings. [1]: https://hydra.nixos.org/build/143354937 (cherry picked from commit 302d6b1b8b94f2082f9937d04e27c2aaefb93aa2)
This commit is contained in:
parent
dbfaab83a8
commit
047b146b74
|
@ -3,7 +3,7 @@
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, cmake
|
, cmake
|
||||||
, ninja
|
, ninja
|
||||||
, zip
|
, p7zip
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, asciidoctor
|
, asciidoctor
|
||||||
, gettext
|
, gettext
|
||||||
|
@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
|
||||||
pkg-config
|
pkg-config
|
||||||
cmake
|
cmake
|
||||||
ninja
|
ninja
|
||||||
zip
|
p7zip
|
||||||
asciidoctor
|
asciidoctor
|
||||||
gettext
|
gettext
|
||||||
shaderc
|
shaderc
|
||||||
|
|
Loading…
Reference in New Issue