pkgs/games: pkg-config -> pkgconfig (2)

This commit is contained in:
Ben Siraphob
2021-01-16 23:49:59 -08:00
committed by Jonathan Ringer
parent 76f93cc731
commit bd42003f87
68 changed files with 137 additions and 137 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, lib, perl, fetchurl, python2
, pkgconfig, spidermonkey_38, boost, icu, libxml2, libpng, libsodium
, pkg-config, spidermonkey_38, boost, icu, libxml2, libpng, libsodium
, libjpeg, zlib, curl, libogg, libvorbis, enet, miniupnpc
, openal, libGLU, libGL, xorgproto, libX11, libXcursor, nspr, SDL2
, gloox, nvidia-texture-tools
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
sha256 = "0draa53xg69i5qhqym85658m45xhwkbiimaldj4sr3703rjgggq1";
};
nativeBuildInputs = [ python2 perl pkgconfig ];
nativeBuildInputs = [ python2 perl pkg-config ];
buildInputs = [
spidermonkey_38 boost icu libxml2 libpng libjpeg