pkgs/data: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
5d566c43b4
commit
d13840759c
@@ -1,6 +1,6 @@
|
||||
{ lib, stdenv
|
||||
, fetchurl
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, gettext
|
||||
, perlPackages
|
||||
, itstool
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
pkg-config
|
||||
gettext
|
||||
itstool
|
||||
] ++ (with perlPackages; [
|
||||
|
||||
Reference in New Issue
Block a user