allegro4: add pkg-config to nativeBuildInputs (#413691)
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
libXcursor,
|
||||
alsa-lib,
|
||||
cmake,
|
||||
pkg-config,
|
||||
zlib,
|
||||
libpng,
|
||||
libvorbis,
|
||||
@@ -36,7 +37,10 @@ stdenv.mkDerivation rec {
|
||||
./encoding.patch
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
pkg-config
|
||||
];
|
||||
buildInputs = [
|
||||
texinfo6_5
|
||||
libXext
|
||||
|
||||
Reference in New Issue
Block a user