allegro4: add pkg-config to nativeBuildInputs (#413691)

This commit is contained in:
7c6f434c 2025-06-04 06:12:03 +00:00 committed by GitHub
commit cb18bae097
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@
libXcursor, libXcursor,
alsa-lib, alsa-lib,
cmake, cmake,
pkg-config,
zlib, zlib,
libpng, libpng,
libvorbis, libvorbis,
@ -36,7 +37,10 @@ stdenv.mkDerivation rec {
./encoding.patch ./encoding.patch
]; ];
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [
cmake
pkg-config
];
buildInputs = [ buildInputs = [
texinfo6_5 texinfo6_5
libXext libXext