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,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub, curl, expat
, jansson, libpng, libjpeg, libGLU, libGL, libXxf86vm, pcre
, pkgconfig, SDL2, vim, speex }:
, pkg-config, SDL2, vim, speex }:
stdenv.mkDerivation rec {
pname = "ezquake";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "1rfp816gnp7jfd27cg1la5n1q6z2wgd9qljnlmnx7v2jixql8brf";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [
expat curl jansson libpng libjpeg libGLU libGL libXxf86vm pcre SDL2 vim speex
];