lol

liquidwar: fix build (#125480)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by

polygon
Sandro
and committed by
GitHub
388bc58b 49b25922

+4 -1
+4 -1
pkgs/games/liquidwar/default.nix
··· 3 3 , expat, gettext, perl, guile 4 4 , SDL, SDL_image, SDL_mixer, SDL_ttf 5 5 , curl, sqlite, libtool, readline 6 - , libogg, libvorbis, libcaca, csound, cunit } : 6 + , libogg, libvorbis, libcaca, csound, cunit 7 + , pkg-config }: 7 8 8 9 stdenv.mkDerivation rec { 9 10 pname = "liquidwar6"; ··· 24 25 libXrender libcaca cunit 25 26 libtool readline 26 27 ]; 28 + 29 + nativeBuildInputs = [ pkg-config ]; 27 30 28 31 hardeningDisable = [ "format" ]; 29 32