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, SDL_image, SDL_ttf, SDL_mixer, libpng,
cairo, librsvg, gettext, libpaper, fribidi, pkgconfig, gperf, imagemagick }:
cairo, librsvg, gettext, libpaper, fribidi, pkg-config, gperf, imagemagick }:
stdenv.mkDerivation rec {
version = "0.9.24";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ SDL SDL_image SDL_ttf SDL_mixer libpng cairo
librsvg gettext libpaper fribidi pkgconfig gperf imagemagick ];
librsvg gettext libpaper fribidi pkg-config gperf imagemagick ];
hardeningDisable = [ "format" ];
makeFlags = [ "GPERF=${gperf}/bin/gperf"
"PREFIX=$$out"