pkgs/shells: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
d13840759c
commit
82ba45d59e
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user