mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
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
|
, 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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user