pkgs/applications: pkgconfig -> pkg-config

This commit is contained in:
Ben Siraphob 2021-01-17 09:09:27 +07:00 committed by Jonathan Ringer
parent 47e997598c
commit 5d566c43b4
371 changed files with 755 additions and 755 deletions

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchgit, pkgconfig, linkFarm, lightdm-enso-os-greeter { lib, stdenv, fetchgit, pkg-config, linkFarm, lightdm-enso-os-greeter
, dbus, pcre, epoxy, libXdmcp, at-spi2-core, libxklavier, libxkbcommon, libpthreadstubs , dbus, pcre, epoxy, libXdmcp, at-spi2-core, libxklavier, libxkbcommon, libpthreadstubs
, gtk3, vala, cmake, libgee, libX11, lightdm, gdk-pixbuf, clutter-gtk, wrapGAppsHook, librsvg }: , gtk3, vala, cmake, libgee, libX11, lightdm, gdk-pixbuf, clutter-gtk, wrapGAppsHook, librsvg }:
@ -18,7 +18,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
pkgconfig pkg-config
vala vala
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, linkFarm, lightdm-mini-greeter, fetchFromGitHub, autoreconfHook, pkgconfig, lightdm, gtk3, glib, gdk-pixbuf, wrapGAppsHook, librsvg }: { lib, stdenv, linkFarm, lightdm-mini-greeter, fetchFromGitHub, autoreconfHook, pkg-config, lightdm, gtk3, glib, gdk-pixbuf, wrapGAppsHook, librsvg }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lightdm-mini-greeter"; pname = "lightdm-mini-greeter";
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "10hga7pmfyjdvj4xwm3djwrhk50brcpycj3p3c57pa0vnx4ill3s"; sha256 = "10hga7pmfyjdvj4xwm3djwrhk50brcpycj3p3c57pa0vnx4ill3s";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig wrapGAppsHook ]; nativeBuildInputs = [ autoreconfHook pkg-config wrapGAppsHook ];
buildInputs = [ lightdm gtk3 glib gdk-pixbuf librsvg ]; buildInputs = [ lightdm gtk3 glib gdk-pixbuf librsvg ];
configureFlags = [ "--sysconfdir=/etc" ]; configureFlags = [ "--sysconfdir=/etc" ];

View file

@ -1,5 +1,5 @@
{ lib, stdenv, linkFarm, lightdm-tiny-greeter, fetchFromGitHub { lib, stdenv, linkFarm, lightdm-tiny-greeter, fetchFromGitHub
, pkgconfig, lightdm, gtk3, glib, wrapGAppsHook, conf ? "" }: , pkg-config, lightdm, gtk3, glib, wrapGAppsHook, conf ? "" }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lightdm-tiny-greeter"; pname = "lightdm-tiny-greeter";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "08azpj7b5qgac9bgi1xvd6qy6x2nb7iapa0v40ggr3d1fabyhrg6"; sha256 = "08azpj7b5qgac9bgi1xvd6qy6x2nb7iapa0v40ggr3d1fabyhrg6";
}; };
nativeBuildInputs = [ pkgconfig wrapGAppsHook ]; nativeBuildInputs = [ pkg-config wrapGAppsHook ];
buildInputs = [ lightdm gtk3 glib ]; buildInputs = [ lightdm gtk3 glib ];
postUnpack = if conf != "" then '' postUnpack = if conf != "" then ''

View file

@ -4,7 +4,7 @@
, substituteAll , substituteAll
, plymouth , plymouth
, pam , pam
, pkgconfig , pkg-config
, autoconf , autoconf
, automake , automake
, libtool , libtool
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
intltool intltool
itstool itstool
libtool libtool
pkgconfig pkg-config
vala vala
]; ];

View file

@ -2,7 +2,7 @@
, lightdm_gtk_greeter , lightdm_gtk_greeter
, fetchurl , fetchurl
, lightdm , lightdm
, pkgconfig , pkg-config
, intltool , intltool
, linkFarm , linkFarm
, wrapGAppsHook , wrapGAppsHook
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
sha256 = "1g7wc3d3vqfa7mrdhx1w9ywydgjbffla6rbrxq9k3sc62br97qms"; sha256 = "1g7wc3d3vqfa7mrdhx1w9ywydgjbffla6rbrxq9k3sc62br97qms";
}; };
nativeBuildInputs = [ pkgconfig intltool wrapGAppsHook ]; nativeBuildInputs = [ pkg-config intltool wrapGAppsHook ];
buildInputs = [ lightdm exo librsvg hicolor-icon-theme ] buildInputs = [ lightdm exo librsvg hicolor-icon-theme ]
++ (if useGTK2 then [ gtk2 ] else [ gtk3 ]); ++ (if useGTK2 then [ gtk2 ] else [ gtk3 ]);

View file

@ -1,5 +1,5 @@
{ mkDerivation, lib, fetchFromGitHub { mkDerivation, lib, fetchFromGitHub
, cmake, extra-cmake-modules, pkgconfig, libxcb, libpthreadstubs , cmake, extra-cmake-modules, pkg-config, libxcb, libpthreadstubs
, libXdmcp, libXau, qtbase, qtdeclarative, qtquickcontrols2, qttools, pam, systemd , libXdmcp, libXau, qtbase, qtdeclarative, qtquickcontrols2, qttools, pam, systemd
}: }:
@ -27,7 +27,7 @@ in mkDerivation {
sed -e '1i#include <sys/time.h>' -i src/helper/HelperApp.cpp sed -e '1i#include <sys/time.h>' -i src/helper/HelperApp.cpp
''; '';
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig qttools ]; nativeBuildInputs = [ cmake extra-cmake-modules pkg-config qttools ];
buildInputs = [ buildInputs = [
libxcb libpthreadstubs libXdmcp libXau pam qtbase qtdeclarative qtquickcontrols2 systemd libxcb libpthreadstubs libXdmcp libXau pam qtbase qtdeclarative qtquickcontrols2 systemd

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, pkgconfig, ncurses, readline, autoreconfHook }: { lib, stdenv, fetchurl, fetchpatch, pkg-config, ncurses, readline, autoreconfHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "abook-0.6.1"; name = "abook-0.6.1";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
}) })
]; ];
nativeBuildInputs = [ pkgconfig autoreconfHook ]; nativeBuildInputs = [ pkg-config autoreconfHook ];
buildInputs = [ ncurses readline ]; buildInputs = [ ncurses readline ];
meta = { meta = {

View file

@ -4,7 +4,7 @@
, vala , vala
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, pantheon , pantheon
, python3 , python3
, gettext , gettext
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meson meson
ninja ninja
vala vala
pkgconfig pkg-config
python3 python3
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, autoreconfHook, fetchurl, dbus-glib, gtk2, pkgconfig, wordnet }: { lib, stdenv, autoreconfHook, fetchurl, dbus-glib, gtk2, pkg-config, wordnet }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "artha"; pname = "artha";
@ -9,7 +9,7 @@ stdenv.mkDerivation {
sha256 = "0qr4ihl7ma3cq82xi1fpzvf74mm9vsg0j035xvmcp3r6rmw2fycx"; sha256 = "0qr4ihl7ma3cq82xi1fpzvf74mm9vsg0j035xvmcp3r6rmw2fycx";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ dbus-glib gtk2 wordnet ]; buildInputs = [ dbus-glib gtk2 wordnet ];
patches = [ patches = [

View file

@ -1,4 +1,4 @@
{ config, lib, stdenv, fetchurl, pkgconfig, CoreAudio { config, lib, stdenv, fetchurl, pkg-config, CoreAudio
, enableAlsa ? true, alsaLib ? null , enableAlsa ? true, alsaLib ? null
, enableLibao ? true, libao ? null , enableLibao ? true, libao ? null
, enableLame ? config.sox.enableLame or false, lame ? null , enableLame ? config.sox.enableLame or false, lame ? null
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
}; };
# configure.ac uses pkg-config only to locate libopusfile # configure.ac uses pkg-config only to locate libopusfile
nativeBuildInputs = optional enableOpusfile pkgconfig; nativeBuildInputs = optional enableOpusfile pkg-config;
buildInputs = buildInputs =
optional (enableAlsa && stdenv.isLinux) alsaLib ++ optional (enableAlsa && stdenv.isLinux) alsaLib ++

View file

@ -1,4 +1,4 @@
{ lib, stdenv, mkDerivation, fetchFromGitHub, cmake, pkgconfig, pcsclite, qtsvg, qttools, qtwebsockets { lib, stdenv, mkDerivation, fetchFromGitHub, cmake, pkg-config, pcsclite, qtsvg, qttools, qtwebsockets
, qtquickcontrols2, qtgraphicaleffects }: , qtquickcontrols2, qtgraphicaleffects }:
mkDerivation rec { mkDerivation rec {
@ -12,7 +12,7 @@ mkDerivation rec {
sha256 = "00isb8xcbm419nvxx2ri0n8x5d403733h2whjqjcd3hmpx3x4q1h"; sha256 = "00isb8xcbm419nvxx2ri0n8x5d403733h2whjqjcd3hmpx3x4q1h";
}; };
nativeBuildInputs = [ cmake pkgconfig ]; nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ qtsvg qttools qtwebsockets qtquickcontrols2 qtgraphicaleffects pcsclite ]; buildInputs = [ qtsvg qttools qtwebsockets qtquickcontrols2 qtgraphicaleffects pcsclite ];

View file

@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub, cairo, libxkbcommon { stdenv, lib, fetchFromGitHub, cairo, libxkbcommon
, pango, fribidi, harfbuzz, pcre, pkgconfig , pango, fribidi, harfbuzz, pcre, pkg-config
, ncursesSupport ? true, ncurses ? null , ncursesSupport ? true, ncurses ? null
, waylandSupport ? true, wayland ? null, wayland-protocols ? null , waylandSupport ? true, wayland ? null, wayland-protocols ? null
, x11Support ? true, xlibs ? null, xorg ? null , x11Support ? true, xlibs ? null, xorg ? null
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
sha256 = "1ifq5bk7782b9m6bl111x33fn38rpppdrww7hfavqia9a9gi2sl5"; sha256 = "1ifq5bk7782b9m6bl111x33fn38rpppdrww7hfavqia9a9gi2sl5";
}; };
nativeBuildInputs = [ pkgconfig pcre ]; nativeBuildInputs = [ pkg-config pcre ];
makeFlags = ["PREFIX=$(out)"]; makeFlags = ["PREFIX=$(out)"];

View file

@ -1,4 +1,4 @@
{ lib, mkDerivation, stdenv, fetchurl, cmake, pkgconfig, sword, boost, clucene_core { lib, mkDerivation, stdenv, fetchurl, cmake, pkg-config, sword, boost, clucene_core
, qtbase, qttools, qtsvg, qtwebkit , qtbase, qttools, qtsvg, qtwebkit
}: }:
@ -13,7 +13,7 @@ mkDerivation rec {
sha256 = "1s5bvmwbz1gyp3ml8sghpc00h8nhdvx2iyq96iri30kwx1y1jy6i"; sha256 = "1s5bvmwbz1gyp3ml8sghpc00h8nhdvx2iyq96iri30kwx1y1jy6i";
}; };
nativeBuildInputs = [ cmake pkgconfig ]; nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ buildInputs = [
sword boost clucene_core sword boost clucene_core
qtbase qttools qtsvg qtwebkit qtbase qttools qtsvg qtwebkit

View file

@ -3,7 +3,7 @@
, fetchFromGitHub , fetchFromGitHub
, cmake , cmake
, pkgconfig , pkg-config
, qtbase , qtbase
, qttools , qttools
, qtx11extras , qtx11extras
@ -26,7 +26,7 @@ mkDerivation rec {
./fix-qttranslations-path.diff ./fix-qttranslations-path.diff
]; ];
nativeBuildInputs = [ cmake pkgconfig ]; nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ buildInputs = [
qtbase qttools qtx11extras qtbase qttools qtx11extras
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, ronn, git, cmocka }: { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, ronn, git, cmocka }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "blogc"; pname = "blogc";
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "0hx0gpvmv7rd910czafvmcpxabbvfmvdyxk4d1mckmblx8prb807"; sha256 = "0hx0gpvmv7rd910czafvmcpxabbvfmvdyxk4d1mckmblx8prb807";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ ronn git cmocka ]; buildInputs = [ ronn git cmocka ];

View file

@ -2,7 +2,7 @@
, mkDerivation , mkDerivation
, fetchurl , fetchurl
, poppler_utils , poppler_utils
, pkgconfig , pkg-config
, libpng , libpng
, imagemagick , imagemagick
, libjpeg , libjpeg
@ -55,7 +55,7 @@ mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
nativeBuildInputs = [ pkgconfig qmake removeReferencesTo ]; nativeBuildInputs = [ pkg-config qmake removeReferencesTo ];
CALIBRE_PY3_PORT = builtins.toString pythonPackages.isPy3k; CALIBRE_PY3_PORT = builtins.toString pythonPackages.isPy3k;

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, autoreconfHook, { lib, stdenv, fetchFromGitHub, pkg-config, autoreconfHook,
glib, gtk3, pcsclite, lua5_2, curl, readline }: glib, gtk3, pcsclite, lua5_2, curl, readline }:
let let
version = "0.8.4"; version = "0.8.4";
@ -14,7 +14,7 @@ in
sha256 = "1ighpl7nvcvwnsd6r5h5n9p95kclwrq99hq7bry7s53yr57l6588"; sha256 = "1ighpl7nvcvwnsd6r5h5n9p95kclwrq99hq7bry7s53yr57l6588";
}; };
nativeBuildInputs = [ pkgconfig autoreconfHook ]; nativeBuildInputs = [ pkg-config autoreconfHook ];
buildInputs = [ glib gtk3 pcsclite lua5_2 curl readline ]; buildInputs = [ glib gtk3 pcsclite lua5_2 curl readline ];
enableParallelBuilding = true; enableParallelBuilding = true;

View file

@ -2,7 +2,7 @@
, fetchgit , fetchgit
, autoreconfHook , autoreconfHook
, glib , glib
, pkgconfig , pkg-config
, libxml2 , libxml2
, exiv2 , exiv2
, imagemagick , imagemagick
@ -19,7 +19,7 @@ stdenv.mkDerivation {
inherit sha256 rev; inherit sha256 rev;
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ glib libxml2 exiv2 imagemagick ]; buildInputs = [ glib libxml2 exiv2 imagemagick ];
prePatch = '' prePatch = ''

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, gettext, glib, gtk3, libnotify, wrapGAppsHook }: { lib, stdenv, fetchFromGitHub, pkg-config, gettext, glib, gtk3, libnotify, wrapGAppsHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cbatticon"; pname = "cbatticon";
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "0ivm2dzhsa9ir25ry418r2qg2llby9j7a6m3arbvq5c3kaj8m9jr"; sha256 = "0ivm2dzhsa9ir25ry418r2qg2llby9j7a6m3arbvq5c3kaj8m9jr";
}; };
nativeBuildInputs = [ pkgconfig gettext wrapGAppsHook ]; nativeBuildInputs = [ pkg-config gettext wrapGAppsHook ];
buildInputs = [ glib gtk3 libnotify ]; buildInputs = [ glib gtk3 libnotify ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, mkDerivation, fetchFromGitHub, cmake, pkgconfig, libchewing, qtbase { lib, stdenv, mkDerivation, fetchFromGitHub, cmake, pkg-config, libchewing, qtbase
, qttools }: , qttools }:
mkDerivation rec { mkDerivation rec {
@ -14,7 +14,7 @@ mkDerivation rec {
doCheck = true; doCheck = true;
nativeBuildInputs = [ cmake pkgconfig ]; nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ libchewing qtbase qttools ]; buildInputs = [ libchewing qtbase qttools ];
meta = with lib; { meta = with lib; {

View file

@ -4,7 +4,7 @@
, meson , meson
, ninja , ninja
, vala , vala
, pkgconfig , pkg-config
, pantheon , pantheon
, python3 , python3
, gettext , gettext
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meson meson
ninja ninja
vala vala
pkgconfig pkg-config
python3 python3
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub { lib, stdenv, fetchFromGitHub
, dbus, cmake, pkgconfig , dbus, cmake, pkg-config
, glib, udev, polkit, libmodule , glib, udev, polkit, libmodule
, pcre, libXdmcp, util-linux, libpthreadstubs , pcre, libXdmcp, util-linux, libpthreadstubs
, enableDdc ? true, ddcutil , enableDdc ? true, ddcutil
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
dbus dbus
cmake cmake
pkgconfig pkg-config
]; ];
buildInputs = with lib; [ buildInputs = with lib; [

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub { lib, stdenv, fetchFromGitHub
, dbus, cmake, pkgconfig, bash-completion , dbus, cmake, pkg-config, bash-completion
, gsl, popt, clightd, systemd, libconfig, libmodule , gsl, popt, clightd, systemd, libconfig, libmodule
, withGeoclue ? true, geoclue2 , withGeoclue ? true, geoclue2
, withUpower ? true, upower }: , withUpower ? true, upower }:
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
dbus dbus
cmake cmake
pkgconfig pkg-config
bash-completion bash-completion
]; ];

View file

@ -1,5 +1,5 @@
{ lib, fetchFromGitHub, installShellFiles, rustPlatform, rustfmt, xorg { lib, fetchFromGitHub, installShellFiles, rustPlatform, rustfmt, xorg
, pkgconfig, llvmPackages, clang, protobuf, python3 }: , pkg-config, llvmPackages, clang, protobuf, python3 }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "clipcat"; pname = "clipcat";
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
PROTOC_INCLUDE = "${protobuf}/include"; PROTOC_INCLUDE = "${protobuf}/include";
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkg-config
clang clang
llvmPackages.libclang llvmPackages.libclang

View file

@ -1,5 +1,5 @@
{ fetchFromGitHub, fetchpatch, lib, stdenv { fetchFromGitHub, fetchpatch, lib, stdenv
, autoreconfHook, intltool, pkgconfig , autoreconfHook, intltool, pkg-config
, gtk3, libayatana-appindicator, xdotool, which, wrapGAppsHook }: , gtk3, libayatana-appindicator, xdotool, which, wrapGAppsHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
intltoolize --copy --force --automake intltoolize --copy --force --automake
''; '';
nativeBuildInputs = [ pkgconfig wrapGAppsHook autoreconfHook intltool ]; nativeBuildInputs = [ pkg-config wrapGAppsHook autoreconfHook intltool ];
configureFlags = [ "--with-gtk3" "--enable-appindicator=yes" ]; configureFlags = [ "--with-gtk3" "--enable-appindicator=yes" ];
buildInputs = [ gtk3 libayatana-appindicator ]; buildInputs = [ gtk3 libayatana-appindicator ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, cmake, pkgconfig, gtk3, ncurses { lib, stdenv, fetchFromGitHub, cmake, pkg-config, gtk3, ncurses
, libcpuid, pciutils, procps, wrapGAppsHook, nasm, makeWrapper }: , libcpuid, pciutils, procps, wrapGAppsHook, nasm, makeWrapper }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "191zkkswlbbsw492yygc3idf7wh3bxs97drrqvqqw0mqvrzykxm3"; sha256 = "191zkkswlbbsw492yygc3idf7wh3bxs97drrqvqqw0mqvrzykxm3";
}; };
nativeBuildInputs = [ cmake pkgconfig wrapGAppsHook nasm makeWrapper ]; nativeBuildInputs = [ cmake pkg-config wrapGAppsHook nasm makeWrapper ];
buildInputs = [ buildInputs = [
gtk3 ncurses libcpuid pciutils procps gtk3 ncurses libcpuid pciutils procps
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, intltool, pkgconfig, glib, gtk, lua, libwnck3 }: { lib, stdenv, fetchurl, intltool, pkg-config, glib, gtk, lua, libwnck3 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "devilspie2"; pname = "devilspie2";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0a7qjl2qd4099kkkbwa1y2fk48s21jlr409lf9mij7mlc9yc3zzc"; sha256 = "0a7qjl2qd4099kkkbwa1y2fk48s21jlr409lf9mij7mlc9yc3zzc";
}; };
nativeBuildInputs = [ intltool pkgconfig ]; nativeBuildInputs = [ intltool pkg-config ];
buildInputs = [ glib gtk lua libwnck3 ]; buildInputs = [ glib gtk lua libwnck3 ];
installPhase = '' installPhase = ''

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoconf, automake, pkgconfig, cairo, poppler, wxGTK ? null, wxmac ? null, darwin ? null }: { lib, stdenv, fetchFromGitHub, autoconf, automake, pkg-config, cairo, poppler, wxGTK ? null, wxmac ? null, darwin ? null }:
let let
wxInputs = wxInputs =
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
sha256 = "1y5ji4c4m69vzs0z051fkhfdrjnyxb6kzac5flhdkfb2hgp1jnxl"; sha256 = "1y5ji4c4m69vzs0z051fkhfdrjnyxb6kzac5flhdkfb2hgp1jnxl";
}; };
nativeBuildInputs = [ autoconf automake pkgconfig ]; nativeBuildInputs = [ autoconf automake pkg-config ];
buildInputs = [ cairo poppler ] ++ wxInputs; buildInputs = [ cairo poppler ] ++ wxInputs;
preConfigure = "./bootstrap"; preConfigure = "./bootstrap";

View file

@ -10,7 +10,7 @@
, udev , udev
, libusb1 , libusb1
, makeWrapper , makeWrapper
, pkgconfig , pkg-config
, qtbase , qtbase
, qttools , qttools
, qtwebsockets , qtwebsockets
@ -63,7 +63,7 @@ in mkDerivation rec {
curl curl
git git
makeWrapper makeWrapper
pkgconfig pkg-config
qttools qttools
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, mkDerivation, cmake, fetchFromBitbucket, pkgconfig, qtbase, qttools, qtmultimedia, zlib, bzip2, xxd }: { lib, stdenv, mkDerivation, cmake, fetchFromBitbucket, pkg-config, qtbase, qttools, qtmultimedia, zlib, bzip2, xxd }:
mkDerivation { mkDerivation {
pname = "doomseeker"; pname = "doomseeker";
@ -13,7 +13,7 @@ mkDerivation {
patches = [ ./fix_paths.patch ./qt_build_fix.patch ]; patches = [ ./fix_paths.patch ./qt_build_fix.patch ];
nativeBuildInputs = [ cmake qttools pkgconfig xxd ]; nativeBuildInputs = [ cmake qttools pkg-config xxd ];
buildInputs = [ qtbase qtmultimedia zlib bzip2 ]; buildInputs = [ qtbase qtmultimedia zlib bzip2 ];
hardeningDisable = lib.optional stdenv.isDarwin "format"; hardeningDisable = lib.optional stdenv.isDarwin "format";

View file

@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub, makeWrapper { stdenv, lib, fetchFromGitHub, makeWrapper
, pkgconfig, which, perl, libXrandr , pkg-config, which, perl, libXrandr
, cairo, dbus, systemd, gdk-pixbuf, glib, libX11, libXScrnSaver , cairo, dbus, systemd, gdk-pixbuf, glib, libX11, libXScrnSaver
, libXinerama, libnotify, pango, xorgproto, librsvg, dunstify ? false , libXinerama, libnotify, pango, xorgproto, librsvg, dunstify ? false
}: }:
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
sha256 = "0irwkqcgwkqaylcpvqgh25gn2ysbdm2kydipxfzcq1ddj9ns6f9c"; sha256 = "0irwkqcgwkqaylcpvqgh25gn2ysbdm2kydipxfzcq1ddj9ns6f9c";
}; };
nativeBuildInputs = [ perl pkgconfig which systemd makeWrapper ]; nativeBuildInputs = [ perl pkg-config which systemd makeWrapper ];
buildInputs = [ buildInputs = [
cairo dbus gdk-pixbuf glib libX11 libXScrnSaver cairo dbus gdk-pixbuf glib libX11 libXScrnSaver

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, perl, libX11, libXinerama, libjpeg, libpng, libtiff, pkgconfig, { lib, stdenv, fetchurl, perl, libX11, libXinerama, libjpeg, libpng, libtiff, pkg-config,
librsvg, glib, gtk2, libXext, libXxf86vm, poppler, xineLib, ghostscript, makeWrapper }: librsvg, glib, gtk2, libXext, libXxf86vm, poppler, xineLib, ghostscript, makeWrapper }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "10zxih7gmyhq0az1mnsw2x563l4bbwcns794s4png8rf4d6hjszm"; sha256 = "10zxih7gmyhq0az1mnsw2x563l4bbwcns794s4png8rf4d6hjszm";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ perl libX11 libXinerama libjpeg libpng libtiff buildInputs = [ perl libX11 libXinerama libjpeg libpng libtiff
librsvg glib gtk2 libXxf86vm libXext poppler xineLib ghostscript makeWrapper ]; librsvg glib gtk2 libXxf86vm libXext poppler xineLib ghostscript makeWrapper ];

View file

@ -8,7 +8,7 @@
, getent , getent
, libcap , libcap
, gettext , gettext
, pkgconfig , pkg-config
, udev , udev
, eudev , eudev
, libxslt , libxslt
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meson meson
ninja ninja
m4 m4
pkgconfig pkg-config
gperf gperf
getent getent
libcap libcap

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, pkgconfig, gtk2, poppler }: { lib, stdenv, fetchurl, fetchpatch, pkg-config, gtk2, poppler }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "epdfview"; pname = "epdfview";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0ibyb60a0b4n34bsjgvhdw8yf24463ky0hpmf6a2jjqsbm5g4v64"; sha256 = "0ibyb60a0b4n34bsjgvhdw8yf24463ky0hpmf6a2jjqsbm5g4v64";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ gtk2 poppler ]; buildInputs = [ gtk2 poppler ];
hardeningDisable = [ "format" ]; hardeningDisable = [ "format" ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, libnotify, gdk-pixbuf }: { lib, stdenv, fetchFromGitHub, pkg-config, libnotify, gdk-pixbuf }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "et"; pname = "et";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
}; };
buildInputs = [ libnotify gdk-pixbuf ]; buildInputs = [ libnotify gdk-pixbuf ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin

View file

@ -1,10 +1,10 @@
{ lib, stdenv, fetchgit, autoreconfHook, pkgconfig, libxml2 }: { lib, stdenv, fetchgit, autoreconfHook, pkg-config, libxml2 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "evtest"; pname = "evtest";
version = "1.34"; version = "1.34";
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ libxml2 ]; buildInputs = [ libxml2 ];
src = fetchgit { src = fetchgit {

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, makeWrapper, cmake, pkgconfig, wxGTK30, glib, pcre, m4, bash, { lib, stdenv, fetchFromGitHub, fetchpatch, makeWrapper, cmake, pkg-config, wxGTK30, glib, pcre, m4, bash,
xdg_utils, gvfs, zip, unzip, gzip, bzip2, gnutar, p7zip, xz, imagemagick, darwin }: xdg_utils, gvfs, zip, unzip, gzip, bzip2, gnutar, p7zip, xz, imagemagick, darwin }:
let let
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
sha256 = "1ssd3hwz4b7vl4r858d9whl61cn23pgcamcjmvfa6ysf4x2b7sgi"; sha256 = "1ssd3hwz4b7vl4r858d9whl61cn23pgcamcjmvfa6ysf4x2b7sgi";
}; };
nativeBuildInputs = [ cmake pkgconfig m4 makeWrapper imagemagick ]; nativeBuildInputs = [ cmake pkg-config m4 makeWrapper imagemagick ];
buildInputs = [ wxGTK30 glib pcre ] buildInputs = [ wxGTK30 glib pcre ]
++ lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Cocoa; ++ lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Cocoa;

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, pkgconfig { lib, stdenv, fetchFromGitHub, fetchpatch, pkg-config
, bzip2, curl, expat, fribidi, libunibreak, sqlite, zlib , bzip2, curl, expat, fribidi, libunibreak, sqlite, zlib
, uiTarget ? if !stdenv.isDarwin then "desktop" else "macosx" , uiTarget ? if !stdenv.isDarwin then "desktop" else "macosx"
, uiType ? if !stdenv.isDarwin then "qt4" else "cocoa" , uiType ? if !stdenv.isDarwin then "qt4" else "cocoa"
@ -50,7 +50,7 @@ stdenv.mkDerivation {
--replace -llinebreak -lunibreak --replace -llinebreak -lunibreak
''; '';
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ buildInputs = [
bzip2 curl expat fribidi libunibreak sqlite zlib bzip2 curl expat fribidi libunibreak sqlite zlib

View file

@ -1,4 +1,4 @@
{ lib, stdenv, pkgconfig, gtk2, keybinder, fetchFromGitLab }: { lib, stdenv, pkg-config, gtk2, keybinder, fetchFromGitLab }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "fehlstart-9f4342d7"; name = "fehlstart-9f4342d7";
@ -11,7 +11,7 @@ stdenv.mkDerivation {
}; };
patches = [ ./use-nix-profiles.patch ]; patches = [ ./use-nix-profiles.patch ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ gtk2 keybinder ]; buildInputs = [ gtk2 keybinder ];
preConfigure = '' preConfigure = ''

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, autoconf, automake, gettext { lib, stdenv, fetchurl, pkg-config, autoconf, automake, gettext
, fluxbox, bc, gtkmm2, glibmm, libglademm, libsigcxx }: , fluxbox, bc, gtkmm2, glibmm, libglademm, libsigcxx }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "d1c81a6a38c0faad02943ad65d6d0314bd205c6de841669a2efe43e4c503e63d"; sha256 = "d1c81a6a38c0faad02943ad65d6d0314bd205c6de841669a2efe43e4c503e63d";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ autoconf automake gettext fluxbox bc gtkmm2 glibmm libglademm libsigcxx ]; buildInputs = [ autoconf automake gettext fluxbox bc gtkmm2 glibmm libglademm libsigcxx ];
preConfigure = '' preConfigure = ''

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, meson, ninja, gettext, python3, { lib, stdenv, fetchFromGitHub, meson, ninja, gettext, python3,
pkgconfig, libxml2, json-glib , sqlite, itstool, librsvg, yelp-tools, pkg-config, libxml2, json-glib , sqlite, itstool, librsvg, yelp-tools,
vala, gtk3, gnome3, desktop-file-utils, wrapGAppsHook, gobject-introspection vala, gtk3, gnome3, desktop-file-utils, wrapGAppsHook, gobject-introspection
}: }:
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkg-config
meson meson
ninja ninja
gettext gettext

View file

@ -4,7 +4,7 @@
, meson , meson
, ninja , ninja
, vala , vala
, pkgconfig , pkg-config
, pantheon , pantheon
, python3 , python3
, substituteAll , substituteAll
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
meson meson
ninja ninja
vala vala
pkgconfig pkg-config
python3 python3
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, fetchFromGitHub, autoreconfHook { lib, stdenv, fetchurl, fetchFromGitHub, autoreconfHook
, libtool, pkgconfig, gtk2, libGLU, file , libtool, pkg-config, gtk2, libGLU, file
}: }:
let let
@ -10,7 +10,7 @@ let
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1pl2vdj6l64j864ilhkq1bcggb3hrlxjwk5m029i7xfjfxc587lf"; sha256 = "1pl2vdj6l64j864ilhkq1bcggb3hrlxjwk5m029i7xfjfxc587lf";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ gtk2 libGLU ]; buildInputs = [ gtk2 libGLU ];
hardeningDisable = [ "format" ]; hardeningDisable = [ "format" ];
}; };
@ -31,7 +31,7 @@ in stdenv.mkDerivation rec {
sed -i 's/AM_GNU_GETTEXT/AM_GNU_GETTEXT([external])/' configure.in sed -i 's/AM_GNU_GETTEXT/AM_GNU_GETTEXT([external])/' configure.in
''; '';
nativeBuildInputs = [ autoreconfHook libtool pkgconfig ]; nativeBuildInputs = [ autoreconfHook libtool pkg-config ];
buildInputs = [ file gtk2 libGLU gtkglarea ]; buildInputs = [ file gtk2 libGLU gtkglarea ];
meta = with lib; { meta = with lib; {

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, cmake, pkgconfig, libuuid { lib, stdenv, fetchFromGitHub, cmake, pkg-config, libuuid
, sane-backends, podofo, libjpeg, djvulibre, libxmlxx3, libzip, tesseract , sane-backends, podofo, libjpeg, djvulibre, libxmlxx3, libzip, tesseract
, intltool, poppler, json-glib , intltool, poppler, json-glib
, ninja , ninja
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
cmake ninja cmake ninja
intltool intltool
pkgconfig pkg-config
pythonEnv pythonEnv
# Gtk specific # Gtk specific

View file

@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub { lib, stdenv, fetchFromGitHub
, autoreconfHook, intltool , autoreconfHook, intltool
, gtk, pkgconfig, flex }: , gtk, pkg-config, flex }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "galculator"; pname = "galculator";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "0q0hb62f266709ncyq96bpx4a40a1i6dc5869byvd7x285sx1c2w"; sha256 = "0q0hb62f266709ncyq96bpx4a40a1i6dc5869byvd7x285sx1c2w";
}; };
nativeBuildInputs = [ autoreconfHook intltool pkgconfig ]; nativeBuildInputs = [ autoreconfHook intltool pkg-config ];
buildInputs = [ gtk flex ]; buildInputs = [ gtk flex ];
meta = with lib; { meta = with lib; {

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, python, pkgconfig, cmake, bluez, libusb1, curl { lib, stdenv, fetchFromGitHub, python, pkg-config, cmake, bluez, libusb1, curl
, libiconv, gettext, sqlite , libiconv, gettext, sqlite
, dbiSupport ? false, libdbi ? null, libdbiDrivers ? null , dbiSupport ? false, libdbi ? null, libdbiDrivers ? null
, postgresSupport ? false, postgresql ? null , postgresSupport ? false, postgresql ? null
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
patches = [ ./bashcomp-dir.patch ./systemd.patch ]; patches = [ ./bashcomp-dir.patch ./systemd.patch ];
nativeBuildInputs = [ pkgconfig cmake ]; nativeBuildInputs = [ pkg-config cmake ];
buildInputs = [ python bluez libusb1 curl gettext sqlite libiconv ] buildInputs = [ python bluez libusb1 curl gettext sqlite libiconv ]
++ optionals dbiSupport [ libdbi libdbiDrivers ] ++ optionals dbiSupport [ libdbi libdbiDrivers ]

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, garmintools, libgcrypt, libusb-compat-0_1, pkgconfig, tinyxml, zlib }: { lib, stdenv, fetchurl, garmintools, libgcrypt, libusb-compat-0_1, pkg-config, tinyxml, zlib }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "garmin-plugin-0.3.26"; name = "garmin-plugin-0.3.26";
src = fetchurl { src = fetchurl {
@ -6,7 +6,7 @@ stdenv.mkDerivation {
sha256 = "15gads1fj4sj970m5960dgnhys41ksi4cm53ldkf67wn8dc9i4k0"; sha256 = "15gads1fj4sj970m5960dgnhys41ksi4cm53ldkf67wn8dc9i4k0";
}; };
sourceRoot = "GarminPlugin-0.3.26/src"; sourceRoot = "GarminPlugin-0.3.26/src";
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ garmintools libusb-compat-0_1 libgcrypt tinyxml zlib ]; buildInputs = [ garmintools libusb-compat-0_1 libgcrypt tinyxml zlib ];
configureFlags = [ configureFlags = [
"--with-libgcrypt-prefix=${libgcrypt.dev}" "--with-libgcrypt-prefix=${libgcrypt.dev}"

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, meson, ninja, pkgconfig, check, dbus, xvfb_run, glib, gtk, gettext, libiconv, json_c, libintl { lib, stdenv, fetchurl, meson, ninja, pkg-config, check, dbus, xvfb_run, glib, gtk, gettext, libiconv, json_c, libintl
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "1n3i960b458172mc3pkq7m9dn5qxry6fms3c3k06v27cjp5whsyf"; sha256 = "1n3i960b458172mc3pkq7m9dn5qxry6fms3c3k06v27cjp5whsyf";
}; };
nativeBuildInputs = [ meson ninja pkgconfig gettext check dbus xvfb_run ]; nativeBuildInputs = [ meson ninja pkg-config gettext check dbus xvfb_run ];
buildInputs = [ libintl libiconv json_c ]; buildInputs = [ libintl libiconv json_c ];
propagatedBuildInputs = [ glib gtk ]; propagatedBuildInputs = [ glib gtk ];

View file

@ -1,4 +1,4 @@
{ lib, fetchurl, stdenv, gettext, pkgconfig, glib, gtk2, libX11, libSM, libICE, which { lib, fetchurl, stdenv, gettext, pkg-config, glib, gtk2, libX11, libSM, libICE, which
, IOKit ? null }: , IOKit ? null }:
with lib; with lib;
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "01lccz4fga40isv09j8rjgr0qy10rff9vj042n6gi6gdv4z69q0y"; sha256 = "01lccz4fga40isv09j8rjgr0qy10rff9vj042n6gi6gdv4z69q0y";
}; };
nativeBuildInputs = [ pkgconfig which ]; nativeBuildInputs = [ pkg-config which ];
buildInputs = [gettext glib gtk2 libX11 libSM libICE] buildInputs = [gettext glib gtk2 libX11 libSM libICE]
++ optionals stdenv.isDarwin [ IOKit ]; ++ optionals stdenv.isDarwin [ IOKit ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, gtk2, gnome2, gnome3, libgksu, { lib, stdenv, fetchurl, pkg-config, gtk2, gnome2, gnome3, libgksu,
intltool, libstartup_notification, gtk-doc, wrapGAppsHook intltool, libstartup_notification, gtk-doc, wrapGAppsHook
}: }:
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig intltool gtk-doc wrapGAppsHook pkg-config intltool gtk-doc wrapGAppsHook
]; ];
buildInputs = [ buildInputs = [

View file

@ -1,6 +1,6 @@
{ lib, stdenv { lib, stdenv
, fetchurl , fetchurl
, pkgconfig , pkg-config
, autoconf , autoconf
, automake , automake
, libtool , libtool
@ -59,7 +59,7 @@ in stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkg-config
autoconf autoconf
automake automake
libtool libtool

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, glib, gtk2, pkgconfig, popt }: { lib, stdenv, fetchurl, glib, gtk2, pkg-config, popt }:
let let
version = "0.9.2"; version = "0.9.2";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "180z6hbax1qypy5cyy2z6nn7fzxla4ib47ck8mqwr714ag77na8p"; sha256 = "180z6hbax1qypy5cyy2z6nn7fzxla4ib47ck8mqwr714ag77na8p";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ glib gtk2 popt ]; buildInputs = [ glib gtk2 popt ];
doCheck = true; doCheck = true;

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, libmtp, libid3tag, flac, libvorbis, gtk3 { lib, stdenv, fetchurl, pkg-config, libmtp, libid3tag, flac, libvorbis, gtk3
, gsettings-desktop-schemas, wrapGAppsHook , gsettings-desktop-schemas, wrapGAppsHook
}: }:
@ -13,7 +13,7 @@ stdenv.mkDerivation {
sha256 = "04q6byyq002fhzkc2rkkahwh5b6272xakaj4m3vwm8la8jf0r0ss"; sha256 = "04q6byyq002fhzkc2rkkahwh5b6272xakaj4m3vwm8la8jf0r0ss";
}; };
nativeBuildInputs = [ pkgconfig wrapGAppsHook ]; nativeBuildInputs = [ pkg-config wrapGAppsHook ];
buildInputs = [ libmtp libid3tag flac libvorbis gtk3 gsettings-desktop-schemas ]; buildInputs = [ libmtp libid3tag flac libvorbis gtk3 gsettings-desktop-schemas ];
enableParallelBuilding = true; enableParallelBuilding = true;

View file

@ -11,7 +11,7 @@
, libxmlb , libxmlb
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, systemd , systemd
, help2man , help2man
, wrapGAppsHook , wrapGAppsHook
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
help2man help2man
meson meson
ninja ninja
pkgconfig pkg-config
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -11,7 +11,7 @@
, libgudev , libgudev
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, wrapGAppsHook , wrapGAppsHook
, polkit , polkit
, udisks , udisks
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
gettext gettext
meson meson
ninja ninja
pkgconfig pkg-config
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -2,7 +2,7 @@
, fetchurl , fetchurl
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, gnome3 , gnome3
, desktop-file-utils , desktop-file-utils
, gettext , gettext
@ -33,7 +33,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
desktop-file-utils desktop-file-utils
gettext gettext
itstool itstool

View file

@ -2,7 +2,7 @@
, fetchurl , fetchurl
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, vala , vala
, gettext , gettext
, libxml2 , libxml2
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
libxml2 libxml2
meson meson
ninja ninja
pkgconfig pkg-config
vala vala
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, mkDerivation, fetchFromGitHub, pkgconfig { lib, stdenv, mkDerivation, fetchFromGitHub, pkg-config
, libXtst, libvorbis, hunspell, lzo, xz, bzip2, libiconv , libXtst, libvorbis, hunspell, lzo, xz, bzip2, libiconv
, qtbase, qtsvg, qtwebkit, qtx11extras, qttools, qmake , qtbase, qtsvg, qtwebkit, qtx11extras, qttools, qmake
, withCC ? true, opencc , withCC ? true, opencc
@ -30,7 +30,7 @@ mkDerivation rec {
--replace "hunspell-1.6.1" "hunspell-${lib.versions.majorMinor hunspell.version}" --replace "hunspell-1.6.1" "hunspell-${lib.versions.majorMinor hunspell.version}"
''; '';
nativeBuildInputs = [ pkgconfig qmake ]; nativeBuildInputs = [ pkg-config qmake ];
buildInputs = [ buildInputs = [
qtbase qtsvg qtwebkit qttools qtbase qtsvg qtwebkit qttools
libvorbis hunspell xz lzo libvorbis hunspell xz lzo

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchsvn, libxml2, gtk2, curl, pkgconfig } : { lib, stdenv, fetchsvn, libxml2, gtk2, curl, pkg-config } :
let let
version = "31801"; version = "31801";
@ -17,7 +17,7 @@ stdenv.mkDerivation {
buildInputs = [ libxml2 gtk2 curl ]; buildInputs = [ libxml2 gtk2 curl ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
prePatch = '' prePatch = ''
sed -e '/curl.types.h/d' -i *.{c,h,hpp,cpp} sed -e '/curl.types.h/d' -i *.{c,h,hpp,cpp}

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, intltool, pkgconfig, gtk2, gpgme, libgpgerror, libassuan }: { lib, stdenv, fetchurl, intltool, pkg-config, gtk2, gpgme, libgpgerror, libassuan }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gpa-0.10.0"; name = "gpa-0.10.0";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1cbpc45f8qbdkd62p12s3q2rdq6fa5xdzwmcwd3xrj55bzkspnwm"; sha256 = "1cbpc45f8qbdkd62p12s3q2rdq6fa5xdzwmcwd3xrj55bzkspnwm";
}; };
nativeBuildInputs = [ intltool pkgconfig ]; nativeBuildInputs = [ intltool pkg-config ];
buildInputs = [ gtk2 gpgme libgpgerror libassuan ]; buildInputs = [ gtk2 gpgme libgpgerror libassuan ];
meta = with lib; { meta = with lib; {

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config
, gettext , gettext
, libexif , libexif
, libgphoto2 , libgphoto2
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
autoreconfHook autoreconfHook
pkgconfig pkg-config
gettext gettext
libtool libtool
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, libtool, pkgconfig, libgphoto2, fuse, glib }: { lib, stdenv, fetchurl, libtool, pkg-config, libgphoto2, fuse, glib }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gphoto2fs"; pname = "gphoto2fs";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1k23ncbsbh64r7kz050bg31jqamchyswgg9izhzij758d7gc8vk7"; sha256 = "1k23ncbsbh64r7kz050bg31jqamchyswgg9izhzij758d7gc8vk7";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ buildInputs = [
libgphoto2 fuse glib libtool libgphoto2 fuse glib libtool
]; ];

View file

@ -1,4 +1,4 @@
{ fetchFromGitHub, lib, stdenv, fetchpatch, pkgconfig, exiv2, libxml2, gtk3 { fetchFromGitHub, lib, stdenv, fetchpatch, pkg-config, exiv2, libxml2, gtk3
, libxslt, docbook_xsl, docbook_xml_dtd_42, desktop-file-utils, wrapGAppsHook }: , libxslt, docbook_xsl, docbook_xml_dtd_42, desktop-file-utils, wrapGAppsHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
docbook_xml_dtd_42 docbook_xml_dtd_42
docbook_xsl docbook_xsl
libxslt libxslt
pkgconfig pkg-config
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, intltool, libxml2, pkgconfig, gnome3, libchamplain, gdl, shared-mime-info, desktop-file-utils, wrapGAppsHook }: { lib, stdenv, fetchurl, intltool, libxml2, pkg-config, gnome3, libchamplain, gdl, shared-mime-info, desktop-file-utils, wrapGAppsHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gpx-viewer"; pname = "gpx-viewer";
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--disable-database-updates" ]; configureFlags = [ "--disable-database-updates" ];
nativeBuildInputs = [ nativeBuildInputs = [
intltool pkgconfig intltool pkg-config
wrapGAppsHook # Fix error: GLib-GIO-ERROR **: No GSettings schemas are installed on the system wrapGAppsHook # Fix error: GLib-GIO-ERROR **: No GSettings schemas are installed on the system
]; ];
buildInputs = [ gdl libchamplain gnome3.adwaita-icon-theme libxml2 ]; buildInputs = [ gdl libchamplain gnome3.adwaita-icon-theme libxml2 ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, poppler, pkgconfig, gdk-pixbuf, SDL, gtk2 }: { lib, stdenv, fetchFromGitHub, poppler, pkg-config, gdk-pixbuf, SDL, gtk2 }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "green-pdfviewer"; pname = "green-pdfviewer";
@ -11,7 +11,7 @@ stdenv.mkDerivation {
sha256 = "0d0lv33flhgsxhc77kfp2avdz5gvml04r8l1j95yjz2rr096lzlj"; sha256 = "0d0lv33flhgsxhc77kfp2avdz5gvml04r8l1j95yjz2rr096lzlj";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ poppler gdk-pixbuf SDL gtk2 ]; buildInputs = [ poppler gdk-pixbuf SDL gtk2 ];
patches = [ patches = [

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, gtk2, glib, pkgconfig, libgnome, libgnomeui, vte { lib, stdenv, fetchurl, gtk2, glib, pkg-config, libgnome, libgnomeui, vte
, curl, cdparanoia, libid3tag, ncurses, libtool }: , curl, cdparanoia, libid3tag, ncurses, libtool }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1si5kidwg0i2jg0brzyvjrzw24v3km2hdgd4kda1adzq81a3p1cs"; sha256 = "1si5kidwg0i2jg0brzyvjrzw24v3km2hdgd4kda1adzq81a3p1cs";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ gtk2 glib libgnome libgnomeui vte curl cdparanoia buildInputs = [ gtk2 glib libgnome libgnomeui vte curl cdparanoia
libid3tag ncurses libtool ]; libid3tag ncurses libtool ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, automake, autoconf, pkgconfig, gtk3 }: { lib, stdenv, fetchurl, automake, autoconf, pkg-config, gtk3 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gsimplecal"; pname = "gsimplecal";
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ automake autoconf gtk3 ]; buildInputs = [ automake autoconf gtk3 ];
preConfigure = "./autogen.sh"; preConfigure = "./autogen.sh";

View file

@ -1,4 +1,4 @@
{lib, stdenv, fetchurl, pkgconfig, gtk2 }: {lib, stdenv, fetchurl, pkg-config, gtk2 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.1"; version = "0.1";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0s2sj19n8ys92q9832hkn36ld91bb4qavicc6nygkry6qdpkkmjw"; sha256 = "0s2sj19n8ys92q9832hkn36ld91bb4qavicc6nygkry6qdpkkmjw";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ stdenv gtk2 ]; buildInputs = [ stdenv gtk2 ];
preferLocalBuild = true; preferLocalBuild = true;

View file

@ -1,6 +1,6 @@
{ lib, stdenv, pkgs { lib, stdenv, pkgs
, glib, gnome3, gtk3, gtksourceview3, gtkspell3, poppler, texlive , glib, gnome3, gtk3, gtksourceview3, gtkspell3, poppler, texlive
, pkgconfig, intltool, autoreconfHook, wrapGAppsHook , pkg-config, intltool, autoreconfHook, wrapGAppsHook
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig intltool autoreconfHook wrapGAppsHook pkg-config intltool autoreconfHook wrapGAppsHook
]; ];
buildInputs = [ buildInputs = [
glib gtksourceview3 gtk3 gtkspell3 poppler glib gtksourceview3 gtk3 gtkspell3 poppler

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, Xaw3d, ghostscriptX, perl, pkgconfig, libiconv }: { lib, stdenv, fetchurl, Xaw3d, ghostscriptX, perl, pkg-config, libiconv }:
let let
name = "gv-3.7.4"; name = "gv-3.7.4";
@ -19,7 +19,7 @@ stdenv.mkDerivation {
Xaw3d Xaw3d
ghostscriptX ghostscriptX
perl perl
pkgconfig pkg-config
] ++ lib.optionals stdenv.isDarwin [ ] ++ lib.optionals stdenv.isDarwin [
libiconv libiconv
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, gtk3, intltool, pkgconfig, texinfo }: { lib, stdenv, fetchurl, gtk3, intltool, pkg-config, texinfo }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gxmessage"; pname = "gxmessage";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "db4e1655fc58f31e5770a17dfca4e6c89028ad8b2c8e043febc87a0beedeef05"; sha256 = "db4e1655fc58f31e5770a17dfca4e6c89028ad8b2c8e043febc87a0beedeef05";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ intltool gtk3 texinfo ]; buildInputs = [ intltool gtk3 texinfo ];
meta = { meta = {

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, intltool, gtk2, xorg, glib, xneur, libglade, GConf, libappindicator-gtk2, pcre }: { lib, stdenv, fetchurl, pkg-config, intltool, gtk2, xorg, glib, xneur, libglade, GConf, libappindicator-gtk2, pcre }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "gxneur-0.20.0"; name = "gxneur-0.20.0";
@ -11,7 +11,7 @@ stdenv.mkDerivation {
# glib-2.62 deprecations # glib-2.62 deprecations
NIX_CFLAGS_COMPILE = "-DGLIB_DISABLE_DEPRECATION_WARNINGS"; NIX_CFLAGS_COMPILE = "-DGLIB_DISABLE_DEPRECATION_WARNINGS";
nativeBuildInputs = [ pkgconfig intltool ]; nativeBuildInputs = [ pkg-config intltool ];
buildInputs = [ buildInputs = [
xorg.libX11 glib gtk2 xorg.libXpm xorg.libXt xorg.libXext xneur xorg.libX11 glib gtk2 xorg.libXpm xorg.libXt xorg.libXext xneur
libglade GConf pcre libappindicator-gtk2 libglade GConf pcre libappindicator-gtk2

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, readline, ncurses { lib, stdenv, fetchFromGitHub, readline, ncurses
, autoreconfHook, pkgconfig, gettext }: , autoreconfHook, pkg-config, gettext }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "hstr"; pname = "hstr";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "1chmfdi1dwg3sarzd01nqa82g65q7wdr6hrnj96l75vikwsg986y"; sha256 = "1chmfdi1dwg3sarzd01nqa82g65q7wdr6hrnj96l75vikwsg986y";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ readline ncurses gettext ]; buildInputs = [ readline ncurses gettext ];
configureFlags = [ "--prefix=$(out)" ]; configureFlags = [ "--prefix=$(out)" ];

View file

@ -1,6 +1,6 @@
{ lib, stdenv { lib, stdenv
, fetchFromGitHub , fetchFromGitHub
, pkgconfig , pkg-config
, python3Packages , python3Packages
, pango , pango
, librsvg , librsvg
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkg-config
makeWrapper makeWrapper
python3Packages.wrapPython python3Packages.wrapPython
]; ];

View file

@ -1,5 +1,5 @@
{ lib, stdenv, runCommand, fetchzip, fetchurl, fetchpatch, fetchFromGitHub { lib, stdenv, runCommand, fetchzip, fetchurl, fetchpatch, fetchFromGitHub
, cmake, pkgconfig, zlib, libpng, makeWrapper , cmake, pkg-config, zlib, libpng, makeWrapper
, enableGSL ? true, gsl , enableGSL ? true, gsl
, enableGhostScript ? true, ghostscript , enableGhostScript ? true, ghostscript
, enableMuPDF ? true, mupdf_1_17 , enableMuPDF ? true, mupdf_1_17
@ -70,7 +70,7 @@ in stdenv.mkDerivation rec {
--replace "<djvu.h>" "<libdjvu/ddjvuapi.h>" --replace "<djvu.h>" "<libdjvu/ddjvuapi.h>"
''; '';
nativeBuildInputs = [ cmake pkgconfig makeWrapper ]; nativeBuildInputs = [ cmake pkg-config makeWrapper ];
buildInputs = buildInputs =
let let

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config
, pcsclite, talloc, python2, gnutls , pcsclite, talloc, python2, gnutls
}: }:
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
]; ];
nativeBuildInputs = [ nativeBuildInputs = [
autoreconfHook pkgconfig autoreconfHook pkg-config
]; ];
buildInputs = [ buildInputs = [

View file

@ -5,7 +5,7 @@
, installShellFiles , installShellFiles
, mkDerivationWith , mkDerivationWith
, muparser , muparser
, pkgconfig , pkg-config
, qmake , qmake
, qtbase , qtbase
, qtsvg , qtsvg
@ -83,7 +83,7 @@ mkDerivationWith stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles
pkgconfig pkg-config
qmake qmake
qttools qttools
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig { lib, stdenv, fetchFromGitHub, pkg-config
, libX11, libxcb, cairo, gtk2, pango, python27, python3 , libX11, libxcb, cairo, gtk2, pango, python27, python3
}: }:
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "0v6ylm49f1b44zwq1y1gqxp2csyqblplr24ajllc2q3r0sc9m1ys"; sha256 = "0v6ylm49f1b44zwq1y1gqxp2csyqblplr24ajllc2q3r0sc9m1ys";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ buildInputs = [
libX11 libxcb cairo gtk2 pango python27 python3 libX11 libxcb cairo gtk2 pango python27 python3
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, libusb1, pkgconfig, fetchFromGitHub }: { lib, stdenv, libusb1, pkg-config, fetchFromGitHub }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "ltwheelconf"; pname = "ltwheelconf";
@ -11,7 +11,7 @@ stdenv.mkDerivation {
sha256 = "1fsz7k73yln987gcx1jvb5irxfbp1x2c457a60a8yap27nkp5y2w"; sha256 = "1fsz7k73yln987gcx1jvb5irxfbp1x2c457a60a8yap27nkp5y2w";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ libusb1 ]; buildInputs = [ libusb1 ];
installPhase = '' installPhase = ''

View file

@ -1,4 +1,4 @@
{ fetchurl, lib, mkDerivation, pkgconfig, python, file, bc { fetchurl, lib, mkDerivation, pkg-config, python, file, bc
, qtbase, qtsvg, hunspell, makeWrapper #, mythes, boost , qtbase, qtsvg, hunspell, makeWrapper #, mythes, boost
}: }:
@ -12,7 +12,7 @@ mkDerivation rec {
}; };
# LaTeX is used from $PATH, as people often want to have it with extra pkgs # LaTeX is used from $PATH, as people often want to have it with extra pkgs
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ buildInputs = [
qtbase qtsvg python file/*for libmagic*/ bc qtbase qtsvg python file/*for libmagic*/ bc
hunspell makeWrapper # enchant hunspell makeWrapper # enchant

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkgconfig, scdoc { lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, scdoc
, systemd, pango, cairo, gdk-pixbuf , systemd, pango, cairo, gdk-pixbuf
, wayland, wayland-protocols , wayland, wayland-protocols
, wrapGAppsHook }: , wrapGAppsHook }:
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
sha256 = "0hwvibpnrximb628w9dsfjpi30b5jy7nfkm4d94z5vhp78p43vxh"; sha256 = "0hwvibpnrximb628w9dsfjpi30b5jy7nfkm4d94z5vhp78p43vxh";
}; };
nativeBuildInputs = [ meson ninja pkgconfig scdoc wayland-protocols wrapGAppsHook ]; nativeBuildInputs = [ meson ninja pkg-config scdoc wayland-protocols wrapGAppsHook ];
buildInputs = [ systemd pango cairo gdk-pixbuf wayland ]; buildInputs = [ systemd pango cairo gdk-pixbuf wayland ];
mesonFlags = [ "-Dzsh-completions=true" ]; mesonFlags = [ "-Dzsh-completions=true" ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, autoreconfHook, pkgconfig, libzen, libmediainfo, wxGTK30-gtk3 { lib, stdenv, fetchurl, autoreconfHook, pkg-config, libzen, libmediainfo, wxGTK30-gtk3
, desktop-file-utils, libSM, imagemagick }: , desktop-file-utils, libSM, imagemagick }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0rqg9z7s5bk7vlvjrs4gackzg7ib05a0dffi2ihsjf5a7kw7wcir"; sha256 = "0rqg9z7s5bk7vlvjrs4gackzg7ib05a0dffi2ihsjf5a7kw7wcir";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ libzen libmediainfo wxGTK30-gtk3 desktop-file-utils libSM buildInputs = [ libzen libmediainfo wxGTK30-gtk3 desktop-file-utils libSM
imagemagick ]; imagemagick ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, autoreconfHook, pkgconfig, libzen, libmediainfo, zlib }: { lib, stdenv, fetchurl, autoreconfHook, pkg-config, libzen, libmediainfo, zlib }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "20.09"; version = "20.09";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0rqg9z7s5bk7vlvjrs4gackzg7ib05a0dffi2ihsjf5a7kw7wcir"; sha256 = "0rqg9z7s5bk7vlvjrs4gackzg7ib05a0dffi2ihsjf5a7kw7wcir";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ libzen libmediainfo zlib ]; buildInputs = [ libzen libmediainfo zlib ];
sourceRoot = "./MediaInfo/Project/GNU/CLI/"; sourceRoot = "./MediaInfo/Project/GNU/CLI/";

View file

@ -15,7 +15,7 @@
, libuv , libuv
, libzen , libzen
, pcre-cpp , pcre-cpp
, pkgconfig , pkg-config
, readline , readline
, sqlite , sqlite
}: }:
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
autoconf autoconf
automake automake
libtool libtool
pkgconfig pkg-config
]; ];
buildInputs = [ buildInputs = [

View file

@ -16,7 +16,7 @@
, libzen , libzen
, lsb-release , lsb-release
, mkDerivation , mkDerivation
, pkgconfig , pkg-config
, qtbase , qtbase
, qttools , qttools
, qtx11extras , qtx11extras
@ -39,7 +39,7 @@ mkDerivation rec {
}; };
nativeBuildInputs = nativeBuildInputs =
[ autoconf automake doxygen lsb-release pkgconfig qttools swig ]; [ autoconf automake doxygen lsb-release pkg-config qttools swig ];
buildInputs = [ buildInputs = [
c-ares c-ares
cryptopp cryptopp

View file

@ -1,4 +1,4 @@
{ mkDerivation, lib, fetchFromGitHub, qmake, pkgconfig, fetchpatch { mkDerivation, lib, fetchFromGitHub, qmake, pkg-config, fetchpatch
, boost, gdal, proj, qtbase, qtsvg, qtwebview, qtwebkit }: , boost, gdal, proj, qtbase, qtsvg, qtwebview, qtwebkit }:
mkDerivation rec { mkDerivation rec {
@ -19,7 +19,7 @@ mkDerivation rec {
}) })
]; ];
nativeBuildInputs = [ qmake pkgconfig ]; nativeBuildInputs = [ qmake pkg-config ];
buildInputs = [ boost gdal proj qtbase qtsvg qtwebview qtwebkit ]; buildInputs = [ boost gdal proj qtbase qtsvg qtwebview qtwebkit ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, unzip, pkgconfig, glib, llvmPackages }: { lib, stdenv, fetchFromGitHub, unzip, pkg-config, glib, llvmPackages }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "milu-nightly"; pname = "milu-nightly";
@ -22,7 +22,7 @@ stdenv.mkDerivation {
cp bin/milu $out/bin cp bin/milu $out/bin
''; '';
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ buildInputs = [
glib glib
unzip unzip

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub { lib, stdenv, fetchFromGitHub
, pkgconfig, meson, ninja, python3 , pkg-config, meson, ninja, python3
, wrapGAppsHook, vala, shared-mime-info , wrapGAppsHook, vala, shared-mime-info
, cairo, pantheon, glib, gtk3, libxml2, libgee, libarchive , cairo, pantheon, glib, gtk3, libxml2, libgee, libarchive
, discount, gtksourceview3 , discount, gtksourceview3
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
sha256 = "137kyf82n5a2v0cm9q02rhv8rmbjgnj60h64prq90h0d42prj3gd"; sha256 = "137kyf82n5a2v0cm9q02rhv8rmbjgnj60h64prq90h0d42prj3gd";
}; };
nativeBuildInputs = [ pkgconfig meson ninja python3 wrapGAppsHook vala shared-mime-info ]; nativeBuildInputs = [ pkg-config meson ninja python3 wrapGAppsHook vala shared-mime-info ];
buildInputs = [ cairo pantheon.granite glib gtk3 libxml2 libgee libarchive hicolor-icon-theme discount gtksourceview3 ]; buildInputs = [ cairo pantheon.granite glib gtk3 libxml2 libgee libarchive hicolor-icon-theme discount gtksourceview3 ];
postPatch = '' postPatch = ''

View file

@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub, cmake, perl { lib, stdenv, fetchFromGitHub, cmake, perl
, alsaLib, libevdev, libopus, udev, SDL2 , alsaLib, libevdev, libopus, udev, SDL2
, ffmpeg_3, pkgconfig, xorg, libvdpau, libpulseaudio, libcec , ffmpeg_3, pkg-config, xorg, libvdpau, libpulseaudio, libcec
, curl, expat, avahi, enet, libuuid, libva , curl, expat, avahi, enet, libuuid, libva
}: }:
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake perl ]; nativeBuildInputs = [ cmake perl ];
buildInputs = [ buildInputs = [
alsaLib libevdev libopus udev SDL2 alsaLib libevdev libopus udev SDL2
ffmpeg_3 pkgconfig xorg.libxcb libvdpau libpulseaudio libcec ffmpeg_3 pkg-config xorg.libxcb libvdpau libpulseaudio libcec
xorg.libpthreadstubs curl expat avahi enet libuuid libva xorg.libpthreadstubs curl expat avahi enet libuuid libva
]; ];

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, fetchpatch, pkgconfig, freetype, harfbuzz, openjpeg { stdenv, lib, fetchurl, fetchpatch, pkg-config, freetype, harfbuzz, openjpeg
, jbig2dec, libjpeg , darwin , jbig2dec, libjpeg , darwin
, enableX11 ? true, libX11, libXext, libXi, libXrandr , enableX11 ? true, libX11, libXext, libXi, libXrandr
, enableCurl ? true, curl, openssl , enableCurl ? true, curl, openssl
@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
''; '';
makeFlags = [ "prefix=$(out) USE_SYSTEM_LIBS=yes" ]; makeFlags = [ "prefix=$(out) USE_SYSTEM_LIBS=yes" ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ freetype harfbuzz openjpeg jbig2dec libjpeg freeglut libGLU ] buildInputs = [ freetype harfbuzz openjpeg jbig2dec libjpeg freeglut libGLU ]
++ lib.optionals enableX11 [ libX11 libXext libXi libXrandr ] ++ lib.optionals enableX11 [ libX11 libXext libXi libXrandr ]
++ lib.optionals enableCurl [ curl openssl ] ++ lib.optionals enableCurl [ curl openssl ]

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, fetchpatch, pkgconfig, freetype, harfbuzz, openjpeg { stdenv, lib, fetchurl, fetchpatch, pkg-config, freetype, harfbuzz, openjpeg
, jbig2dec, libjpeg , darwin , jbig2dec, libjpeg , darwin
, gumbo , gumbo
, enableX11 ? true, libX11, libXext, libXi, libXrandr , enableX11 ? true, libX11, libXext, libXi, libXrandr
@ -49,7 +49,7 @@ in stdenv.mkDerivation rec {
buildFlags = [ "shared" ]; buildFlags = [ "shared" ];
makeFlags = [ "prefix=$(out) USE_SYSTEM_LIBS=yes" ]; makeFlags = [ "prefix=$(out) USE_SYSTEM_LIBS=yes" ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ freetype harfbuzz openjpeg jbig2dec libjpeg freeglut libGLU gumbo ] buildInputs = [ freetype harfbuzz openjpeg jbig2dec libjpeg freeglut libGLU gumbo ]
++ lib.optionals enableX11 [ libX11 libXext libXi libXrandr ] ++ lib.optionals enableX11 [ libX11 libXext libXi libXrandr ]
++ lib.optionals enableCurl [ curl openssl ] ++ lib.optionals enableCurl [ curl openssl ]

View file

@ -3,7 +3,7 @@
, substituteAll , substituteAll
, cmake , cmake
, ninja , ninja
, pkgconfig , pkg-config
, glibc , glibc
, gtk3 , gtk3
, gtkmm3 , gtkmm3
@ -86,7 +86,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
ninja ninja
pkgconfig pkg-config
jre jre
swig swig
wrapGAppsHook wrapGAppsHook

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, gtk2, fontconfig, freetype, imlib2 { lib, stdenv, fetchFromGitHub, pkg-config, gtk2, fontconfig, freetype, imlib2
, SDL_image, libGLU, libGL, libXmu, freeglut, pcre, dbus, dbus-glib, glib , SDL_image, libGLU, libGL, libXmu, freeglut, pcre, dbus, dbus-glib, glib
, librsvg, freeimage, libxslt, cairo, gdk-pixbuf, pango , librsvg, freeimage, libxslt, cairo, gdk-pixbuf, pango
, atk, patchelf, fetchurl, bzip2, python, gettext, quesoglc , atk, patchelf, fetchurl, bzip2, python, gettext, quesoglc
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
qtbase qtlocation qtdeclarative qtsvg qtbase qtlocation qtdeclarative qtsvg
]; ];
nativeBuildInputs = [ makeWrapper pkgconfig cmake patchelf bzip2 ]; nativeBuildInputs = [ makeWrapper pkg-config cmake patchelf bzip2 ];
# we dont want blank screen by defaut # we dont want blank screen by defaut
postInstall = '' postInstall = ''

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, ncurses, readline, conf ? null }: { lib, stdenv, fetchFromGitHub, pkg-config, ncurses, readline, conf ? null }:
with lib; with lib;
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
configFile = optionalString (conf != null) (builtins.toFile "nnn.h" conf); configFile = optionalString (conf != null) (builtins.toFile "nnn.h" conf);
preBuild = optionalString (conf != null) "cp ${configFile} src/nnn.h"; preBuild = optionalString (conf != null) "cp ${configFile} src/nnn.h";
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ readline ncurses ]; buildInputs = [ readline ncurses ];
makeFlags = [ "DESTDIR=${placeholder "out"}" "PREFIX=" ]; makeFlags = [ "DESTDIR=${placeholder "out"}" "PREFIX=" ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, nix-update-script, vala, pkgconfig, meson, ninja, python3, pantheon { lib, stdenv, fetchFromGitHub, nix-update-script, vala, pkg-config, meson, ninja, python3, pantheon
, gtk3, gtksourceview, json-glib, libgee, wrapGAppsHook }: , gtk3, gtksourceview, json-glib, libgee, wrapGAppsHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meson meson
ninja ninja
vala vala
pkgconfig pkg-config
python3 python3
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -7,7 +7,7 @@
, libtool , libtool
, libwnck3 , libwnck3
, makeWrapper , makeWrapper
, pkgconfig , pkg-config
, gsettings-desktop-schemas , gsettings-desktop-schemas
}: }:
@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {
preConfigure = "./autogen.sh --libexecdir=$(out)/bin"; preConfigure = "./autogen.sh --libexecdir=$(out)/bin";
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ buildInputs = [
glib libwnck3 libnotify dbus-glib makeWrapper glib libwnck3 libnotify dbus-glib makeWrapper
gsettings-desktop-schemas gnome3.gnome-common gsettings-desktop-schemas gnome3.gnome-common

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, glib, libwnck3, libnotify, dbus-glib, makeWrapper, gsettings-desktop-schemas }: { lib, stdenv, fetchurl, pkg-config, glib, libwnck3, libnotify, dbus-glib, makeWrapper, gsettings-desktop-schemas }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "notify-osd"; pname = "notify-osd";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0g5a7a680b05x27apz0y1ldl5csxpp152wqi42s107jymbp0s20j"; sha256 = "0g5a7a680b05x27apz0y1ldl5csxpp152wqi42s107jymbp0s20j";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ buildInputs = [
glib libwnck3 libnotify dbus-glib makeWrapper glib libwnck3 libnotify dbus-glib makeWrapper
gsettings-desktop-schemas gsettings-desktop-schemas

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, neon, libusb-compat-0_1, openssl, udev, avahi, freeipmi { lib, stdenv, fetchurl, pkg-config, neon, libusb-compat-0_1, openssl, udev, avahi, freeipmi
, libtool, makeWrapper, autoreconfHook, fetchpatch , libtool, makeWrapper, autoreconfHook, fetchpatch
}: }:
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
buildInputs = [ neon libusb-compat-0_1 openssl udev avahi freeipmi ]; buildInputs = [ neon libusb-compat-0_1 openssl udev avahi freeipmi ];
nativeBuildInputs = [ autoreconfHook libtool pkgconfig makeWrapper ]; nativeBuildInputs = [ autoreconfHook libtool pkg-config makeWrapper ];
configureFlags = configureFlags =
[ "--with-all" [ "--with-all"

View file

@ -5,7 +5,7 @@
, meson , meson
, ninja , ninja
, nlohmann_json , nlohmann_json
, pkgconfig , pkg-config
, swaylock , swaylock
, makeWrapper , makeWrapper
}: }:
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
cmake cmake
makeWrapper makeWrapper
]; ];

View file

@ -3,7 +3,7 @@
, autoreconfHook , autoreconfHook
, bison , bison
, flex , flex
, pkgconfig , pkg-config
, libuuid , libuuid
, cppunit , cppunit
, protobuf , protobuf
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
sha256 = "17a3z3zhx00rjk58icd3zlqfw3753f3y8bwy2sza0frdim09lqr4"; sha256 = "17a3z3zhx00rjk58icd3zlqfw3753f3y8bwy2sza0frdim09lqr4";
}; };
nativeBuildInputs = [ autoreconfHook bison flex pkgconfig perl ]; nativeBuildInputs = [ autoreconfHook bison flex pkg-config perl ];
buildInputs = [ libuuid cppunit protobuf zlib avahi libmicrohttpd python3 ]; buildInputs = [ libuuid cppunit protobuf zlib avahi libmicrohttpd python3 ];
propagatedBuildInputs = [ propagatedBuildInputs = [
python3.pkgs.protobuf python3.pkgs.protobuf

Some files were not shown because too many files have changed in this diff Show more