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,4 +1,4 @@
{ stdenv, lib, fetchhg, cmake, pkgconfig, makeWrapper, callPackage
{ stdenv, lib, fetchhg, cmake, pkg-config, makeWrapper, callPackage
, soundfont-fluid, SDL, libGL, glew, bzip2, zlib, libjpeg, fluidsynth, openssl, gtk2, python3, libgme
, serverOnly ? false
}:
@@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
buildInputs = [ openssl bzip2 zlib SDL libjpeg sqlite libgme ]
++ lib.optionals (!serverOnly) [ libGL glew fmod fluidsynth gtk2 ];
nativeBuildInputs = [ cmake pkgconfig makeWrapper python3 ];
nativeBuildInputs = [ cmake pkg-config makeWrapper python3 ];
preConfigure = ''
ln -s ${sqlite}/* sqlite/