pkgs/tools: pkgconfig -> pkg-config

This commit is contained in:
Ben Siraphob
2021-01-16 23:49:59 -08:00
committed by Jonathan Ringer
parent fce00d15c2
commit 76f93cc731
251 changed files with 500 additions and 500 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
sha256 = "18sr8x3qiw8s9l5pfi7r9i3ayplz4jqdml75ga9y933vj7vs0k4d";
};
nativeBuildInputs = with pkgs; [ cmake pkgconfig doxygen ];
nativeBuildInputs = with pkgs; [ cmake pkg-config doxygen ];
buildInputs = with pkgs; [ libuecc ];
meta = with lib; {