liquidwar: fix build (#125480)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
polygon 2021-06-03 16:36:26 +02:00 committed by GitHub
parent 49b2592284
commit 388bc58b7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,8 @@
, expat, gettext, perl, guile , expat, gettext, perl, guile
, SDL, SDL_image, SDL_mixer, SDL_ttf , SDL, SDL_image, SDL_mixer, SDL_ttf
, curl, sqlite, libtool, readline , curl, sqlite, libtool, readline
, libogg, libvorbis, libcaca, csound, cunit } : , libogg, libvorbis, libcaca, csound, cunit
, pkg-config }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "liquidwar6"; pname = "liquidwar6";
@ -25,6 +26,8 @@ stdenv.mkDerivation rec {
libtool readline libtool readline
]; ];
nativeBuildInputs = [ pkg-config ];
hardeningDisable = [ "format" ]; hardeningDisable = [ "format" ];
NIX_CFLAGS_COMPILE = NIX_CFLAGS_COMPILE =