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 @@
{lib, stdenv, fetchurl, SDL, libGLU, libGL, SDL_image, freealut, openal, libvorbis,
pkgconfig}:
pkg-config}:
stdenv.mkDerivation {
name = "ultimate-stunts-0.7.6.1";
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "0rd565ml6l927gyq158klhni7myw8mgllhv0xl1fg9m8hlzssgrv";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ SDL libGLU libGL SDL_image freealut openal libvorbis ];
postPatch = ''