mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
allegro4: add pkg-config to nativeBuildInputs (#413691)
This commit is contained in:
commit
cb18bae097
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue