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
1 changed files with 4 additions and 1 deletions

View File

@ -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 =