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