pkgs/shells: pkgconfig -> pkg-config

This commit is contained in:
Ben Siraphob
2021-01-16 23:49:59 -08:00
committed by Jonathan Ringer
parent d13840759c
commit 82ba45d59e
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoconf, automake, pkgconfig,
{ lib, stdenv, fetchFromGitHub, autoconf, automake, pkg-config,
libtool, check, bison, git, gperf,
perl, texinfo, help2man, gettext, ncurses
}:
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
patches = [ ./glibc-2.26.patch ];
nativeBuildInputs = [ autoconf automake pkgconfig libtool check
nativeBuildInputs = [ autoconf automake pkg-config libtool check
bison git gettext gperf perl texinfo help2man ncurses
];