pkgs/data: pkgconfig -> pkg-config

This commit is contained in:
Ben Siraphob
2021-01-16 23:49:59 -08:00
committed by Jonathan Ringer
parent 5d566c43b4
commit d13840759c
15 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoconf, automake, pkgconfig,
{ lib, stdenv, fetchFromGitHub, autoconf, automake, pkg-config,
gtk-engine-murrine, gtk3
}:
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
sha256 = "005b66whyxba3403yzykpnlkz0q4m154pxpb4jzcny3fggy9r70s";
};
nativeBuildInputs = [ autoconf automake pkgconfig gtk3 ];
nativeBuildInputs = [ autoconf automake pkg-config gtk3 ];
propagatedUserEnvPkgs = [ gtk-engine-murrine gtk3 ];