pkgs/tools: pkgconfig -> pkg-config (2)

This commit is contained in:
Ben Siraphob
2021-01-17 23:27:27 +07:00
parent 979e6e67d3
commit d6aeae8f90
250 changed files with 507 additions and 507 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
, cmake
, extra-cmake-modules
, fcitx
, pkgconfig
, pkg-config
, qtbase
}:
@@ -17,7 +17,7 @@ mkDerivation rec {
sha256 = "0860v3rxsh054wkkbawvyin5mk0flp4cwfcpmcpq147lvdm5lq2i";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig ];
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];
buildInputs = [ fcitx qtbase ];
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, cmake, intltool, gettext
{ lib, stdenv, fetchurl, pkg-config, cmake, intltool, gettext
, libxml2, enchant2, isocodes, icu, libpthreadstubs
, pango, cairo, libxkbfile, libXau, libXdmcp, libxkbcommon
, dbus, gtk2, gtk3, qt4, extra-cmake-modules
@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
patchShebangs cmake/
'';
nativeBuildInputs = [ cmake extra-cmake-modules intltool pkgconfig pcre ];
nativeBuildInputs = [ cmake extra-cmake-modules intltool pkg-config pcre ];
buildInputs = [
xkeyboard_config enchant2 gettext isocodes icu libpthreadstubs libXau libXdmcp libxkbfile