pkgs/applications: pkgconfig -> pkg-config

This commit is contained in:
Ben Siraphob
2021-01-16 23:49:59 -08:00
committed by Jonathan Ringer
parent 47e997598c
commit 5d566c43b4
371 changed files with 755 additions and 755 deletions
@@ -1,4 +1,4 @@
{ lib, stdenv, libxml2, pidgin, pkgconfig, fetchFromGitHub } :
{ lib, stdenv, libxml2, pidgin, pkg-config, fetchFromGitHub } :
stdenv.mkDerivation rec {
pname = "pidgin-carbons";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "PURPLE_PLUGIN_DIR=$(out)/lib/pidgin" ];
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libxml2 pidgin ];
meta = with lib; {
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, pidgin, texLive, imagemagick, glib, gtk2 }:
{ lib, stdenv, fetchurl, pkg-config, pidgin, texLive, imagemagick, glib, gtk2 }:
let version = "1.5.0";
in
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
sha256 = "9c850aee90d7e59de834f83e09fa6e3e51b123f06e265ead70957608ada95441";
};
nativeBuildInputs = [pkgconfig];
nativeBuildInputs = [pkg-config];
buildInputs = [gtk2 glib pidgin];
makeFlags = [ "PREFIX=$(out)" ];
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchgit, pkgconfig, pidgin } :
{ lib, stdenv, fetchgit, pkg-config, pidgin } :
let
version = "54b2992";
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
sha256 = "1adq57g11kw7bfpivyvfk3nlpjkc8raiw4bzn3gn4nx3m0wl99vw";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ pidgin ];
postPatch = ''
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, pidgin, glib, json-glib, nss, nspr
{ lib, stdenv, fetchFromGitHub, pkg-config, pidgin, glib, json-glib, nss, nspr
, libsecret
} :
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [
pkgconfig
pkg-config
];
buildInputs = [
pidgin glib json-glib nss nspr libsecret
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, pidgin, json-glib }:
{ lib, stdenv, fetchFromGitHub, pkg-config, pidgin, json-glib }:
stdenv.mkDerivation rec {
pname = "pidgin-skypeweb";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
sourceRoot=$(echo */skypeweb)
'';
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ pidgin json-glib ];
PKG_CONFIG_PURPLE_PLUGINDIR = "${placeholder "out"}/lib/purple-2";
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, pidgin, json-glib }:
{ lib, stdenv, fetchFromGitHub, pkg-config, pidgin, json-glib }:
stdenv.mkDerivation {
pname = "purple-discord";
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
sha256 = "0dc344zh1v4yh9c8javcw5ylzwc1wpx0ih8bww8p8cjmhr8kcl32";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ pidgin json-glib ];
PKG_CONFIG_PURPLE_PLUGINDIR = "${placeholder "out"}/lib/purple-2";
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, pidgin, json-glib, glib, http-parser, sqlite, olm, libgcrypt } :
{ lib, stdenv, fetchFromGitHub, pkg-config, pidgin, json-glib, glib, http-parser, sqlite, olm, libgcrypt } :
stdenv.mkDerivation rec {
pname = "purple-matrix-unstable";
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
"-O3" "-Wno-error"
];
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ pidgin json-glib glib http-parser sqlite olm libgcrypt ];
makeFlags = [
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pidgin, pkgconfig }:
{ lib, stdenv, fetchFromGitHub, pidgin, pkg-config }:
stdenv.mkDerivation {
pname = "purple-slack-unstable";
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
sha256 = "1sksqshiwldd32k8jmiflp2pcax31ym6rypr4qa4v5vdn907g80m";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ pidgin ];
PKG_CONFIG_PURPLE_PLUGINDIR = "${placeholder "out"}/lib/purple-2";
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, pidgin, libnotify, gdk-pixbuf, glib, dbus
{ lib, stdenv, fetchurl, pkg-config, pidgin, libnotify, gdk-pixbuf, glib, dbus
, dbus-glib }:
stdenv.mkDerivation rec {
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
postInstall = "ln -s \$out/lib/pidgin \$out/share/pidgin-otr";
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ pidgin libnotify gdk-pixbuf glib dbus dbus-glib ];
meta = {
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchgit, pkgconfig, pidgin, libwebp, libgcrypt, gettext } :
{ lib, stdenv, fetchgit, pkg-config, pidgin, libwebp, libgcrypt, gettext } :
let
version = "1.3.1";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-Wno-error=cast-function-type";
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ pidgin libwebp libgcrypt gettext ];
preConfigure = ''