pkgs/games: pkg-config -> pkgconfig (2)
This commit is contained in:
committed by
Jonathan Ringer
parent
76f93cc731
commit
bd42003f87
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user