forked from mirrors/nixpkgs
liquidwar: fix build (#125480)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
49b2592284
commit
388bc58b7f
|
@ -3,7 +3,8 @@
|
|||
, expat, gettext, perl, guile
|
||||
, SDL, SDL_image, SDL_mixer, SDL_ttf
|
||||
, curl, sqlite, libtool, readline
|
||||
, libogg, libvorbis, libcaca, csound, cunit } :
|
||||
, libogg, libvorbis, libcaca, csound, cunit
|
||||
, pkg-config }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "liquidwar6";
|
||||
|
@ -25,6 +26,8 @@ stdenv.mkDerivation rec {
|
|||
libtool readline
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
NIX_CFLAGS_COMPILE =
|
||||
|
|
Loading…
Reference in a new issue