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
@@ -1,4 +1,4 @@
{ fetchurl, lib, stdenv, pkgconfig, boost, lua }:
{ fetchurl, lib, stdenv, pkg-config, boost, lua }:
stdenv.mkDerivation rec {
pname = "ansifilter";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0by4rhy30l7jgxvq6mwf8p43s1472q96l3g7n2skq2lnkjrvx1ar";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ boost lua ];
postPatch = ''
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, recurseIntoAttrs, fetchgit, writeText, pkgconfig, autoreconfHook
{ lib, stdenv, recurseIntoAttrs, fetchgit, writeText, pkg-config, autoreconfHook
, autoconf, automake, libiconv, libtool, texinfo, gettext, gawk, rapidjson, gd
, shapelib, libharu, lmdb, gmp, glibcLocales, mpfr, more, postgresql, hiredis
, expat, tre, makeWrapper }:
@@ -26,7 +26,7 @@ let
automake
libtool
autoreconfHook
pkgconfig
pkg-config
texinfo
gettext
];
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, boost, pkgconfig, cmake, catch2 }:
{ lib, stdenv, fetchFromGitHub, boost, pkg-config, cmake, catch2 }:
stdenv.mkDerivation rec {
pname = "grip-search";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "0bkqarylgzhis6fpj48qbifcd6a26cgnq8784hgnm707rq9kb0rx";
};
nativeBuildInputs = [ pkgconfig cmake catch2 ];
nativeBuildInputs = [ pkg-config cmake catch2 ];
doCheck = true;
+2 -2
View File
@@ -3,7 +3,7 @@
, psutils, netpbm #for html output
, buildPackages
, autoreconfHook
, pkgconfig
, pkg-config
, texinfo
}:
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
'';
buildInputs = [ ghostscript psutils netpbm perl ];
nativeBuildInputs = [ autoreconfHook pkgconfig texinfo ];
nativeBuildInputs = [ autoreconfHook pkg-config texinfo ];
# Builds running without a chroot environment may detect the presence
# of /usr/X11 in the host system, leading to an impure build of the
+2 -2
View File
@@ -2,7 +2,7 @@
, fetchurl
, meson
, ninja
, pkgconfig
, pkg-config
, itstool
, gettext
, python3
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
meson
ninja
pkgconfig
pkg-config
itstool
gettext
python3
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitLab, getopt, lua, boost, pkgconfig, swig, perl, gcc }:
{ lib, stdenv, fetchFromGitLab, getopt, lua, boost, pkg-config, swig, perl, gcc }:
with lib;
@@ -16,7 +16,7 @@ let
enableParallelBuilding = true;
nativeBuildInputs = [ pkgconfig swig perl ] ++ optional stdenv.isDarwin gcc;
nativeBuildInputs = [ pkg-config swig perl ] ++ optional stdenv.isDarwin gcc;
buildInputs = [ getopt lua boost ];
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, python3, sqlite, libedit, zlib }:
{ lib, stdenv, fetchurl, pkg-config, python3, sqlite, libedit, zlib }:
stdenv.mkDerivation rec {
version = "5.8.0";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "1v8ngx77nachxln68xpvyw2lh7z59pzsi99h8j0mnrm0gjsacrdd";
};
nativeBuildInputs = [ pkgconfig python3 ];
nativeBuildInputs = [ pkg-config python3 ];
buildInputs = [ sqlite libedit zlib ];
configureFlags = [
+2 -2
View File
@@ -1,7 +1,7 @@
{ lib, stdenv
, fetchFromGitHub
, rustPlatform
, pkgconfig
, pkg-config
, asciidoctor
, openssl
, Security
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-i36MYTMkbSuWxxlWUDsyYMay/4Mg7M5jEFhHM60UrkM=";
};
nativeBuildInputs = [ pkgconfig asciidoctor installShellFiles ];
nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ];
buildInputs = [ openssl ] ++ lib.optional stdenv.isDarwin Security;
cargoSha256 = "sha256-mnDUIJhEGNoh3eq2Vhww1T/tpZh9RP+RxbRsBNrpOzw=";
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, autoconf, automake, libtool, gettext, pkgconfig, wxGTK30-gtk3,
{ lib, stdenv, fetchurl, autoconf, automake, libtool, gettext, pkg-config, wxGTK30-gtk3,
boost, icu, lucenepp, asciidoc, libxslt, xmlto, gtk3, gtkspell3, pugixml,
nlohmann_json, hicolor-icon-theme, wrapGAppsHook }:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ autoconf automake asciidoc wrapGAppsHook
libxslt xmlto boost libtool pkgconfig ];
libxslt xmlto boost libtool pkg-config ];
buildInputs = [ lucenepp nlohmann_json wxGTK30-gtk3 icu pugixml gtk3 gtkspell3 hicolor-icon-theme ];
+2 -2
View File
@@ -1,4 +1,4 @@
{lib, stdenv, fetchurl, qt4, perl, pkgconfig }:
{lib, stdenv, fetchurl, qt4, perl, pkg-config }:
stdenv.mkDerivation rec {
pname = "qshowdiff";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "027959xbzvi5c2w9y1x122sr5i26k9mvp43banz2wln6gd860n1a";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ qt4 perl ];
configurePhase = ''
+2 -2
View File
@@ -1,4 +1,4 @@
{lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, pcre, zlib, lzma}:
{lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, pcre, zlib, lzma}:
stdenv.mkDerivation rec {
pname = "silver-searcher";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
NIX_LDFLAGS = lib.optionalString stdenv.isLinux "-lgcc_s";
nativeBuildInputs = [ autoreconfHook pkgconfig ];
nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ pcre zlib lzma ];
meta = with lib; {
+2 -2
View File
@@ -4,7 +4,7 @@
, meson
, ninja
, vala
, pkgconfig
, pkg-config
, wrapGAppsHook
, appstream
, desktop-file-utils
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meson
ninja
vala
pkgconfig
pkg-config
wrapGAppsHook
appstream
desktop-file-utils
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, libxml2 }:
{ lib, stdenv, fetchurl, pkg-config, libxml2 }:
stdenv.mkDerivation {
name = "xml2-0.5";
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "01cps980m99y99cnmvydihga9zh3pvdsqag2fi1n6k2x7rfkl873";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libxml2 ];
meta = with lib; {
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, libxml2, libxslt }:
{ lib, stdenv, fetchurl, pkg-config, libxml2, libxslt }:
stdenv.mkDerivation rec {
name = "xmlstarlet-1.6.1";
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1jp737nvfcf6wyb54fla868yrr39kcbijijmjpyk4lrpyg23in0m";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libxml2 libxslt ];
preConfigure =
+2 -2
View File
@@ -4,7 +4,7 @@
, autoconf
, automake
, libtool
, pkgconfig
, pkg-config
, file
, icu
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
sha256 = "1vkrrq929a8s3m5rri1lg0l2vd0mc9n2fsb2z1g88k4n4j2l6f19";
};
nativeBuildInputs = [ automake autoconf libtool pkgconfig ];
nativeBuildInputs = [ automake autoconf libtool pkg-config ];
buildInputs = [ file icu gumbo lzma zimlib zlib xapian ];
setSourceRoot = ''
sourceRoot=$(echo */zimwriterfs)