pkgs/misc: pkgconfig -> pkg-config

This commit is contained in:
Ben Siraphob 2021-01-17 09:30:45 +07:00 committed by Jonathan Ringer
parent 5fffcef915
commit fce00d15c2
73 changed files with 154 additions and 154 deletions

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, alsaLib, cmake, pkgconfig, glib
{ lib, stdenv, fetchFromGitHub, alsaLib, cmake, pkg-config, glib
, tracingSupport ? true, logToStderr ? true }:
let oz = x: if x then "1" else "0"; in
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
sha256 = "1p6fh6ah5v3qz7dxhcsixx38bxg44ypbim4m03bxk3ls5i9xslmn";
};
nativeBuildInputs = [ cmake pkgconfig ];
nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ alsaLib glib ];

View file

@ -1,11 +1,11 @@
{ stdenv, apulse, libpulseaudio, pkgconfig, intltool, autoreconfHook }:
{ stdenv, apulse, libpulseaudio, pkg-config, intltool, autoreconfHook }:
stdenv.mkDerivation {
name = "libpressureaudio-${apulse.version}";
src = libpulseaudio.src;
nativeBuildInputs = [ pkgconfig intltool autoreconfHook ];
nativeBuildInputs = [ pkg-config intltool autoreconfHook ];
dontConfigure = true;

View file

@ -7,7 +7,7 @@
, libusb1
, lzop
, openssl
, pkgconfig
, pkg-config
, buildPackages
}:
@ -38,7 +38,7 @@ let
openssl
libusb1
lzop
pkgconfig
pkg-config
];
depsBuildBuild = [ buildPackages.stdenv.cc ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, intltool, pkgconfig, glib, polkit, cups, fetchpatch }:
{ lib, stdenv, fetchurl, intltool, pkg-config, glib, polkit, cups, fetchpatch }:
stdenv.mkDerivation rec {
version = "0.2.6";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0a52jw6rm7lr5nbyksiia0rn7sasyb5cjqcb95z1wxm2yprgi6lm";
};
nativeBuildInputs = [ pkgconfig intltool ];
nativeBuildInputs = [ pkg-config intltool ];
buildInputs = [ glib polkit cups ];
patches = [

View file

@ -1,6 +1,6 @@
{ lib, stdenv
, fetchurl
, pkgconfig
, pkg-config
, removeReferencesTo
, zlib
, libjpeg
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
--replace 'cupsFileFind("cat", "/bin' 'cupsFileFind("cat", "${coreutils}/bin'
'';
nativeBuildInputs = [ pkgconfig removeReferencesTo ];
nativeBuildInputs = [ pkg-config removeReferencesTo ];
buildInputs = [ zlib libjpeg libpng libtiff libusb1 gnutls libpaper ]
++ optionals stdenv.isLinux [ avahi pam dbus ]

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, cups, poppler, poppler_utils, fontconfig
{ lib, stdenv, fetchurl, pkg-config, cups, poppler, poppler_utils, fontconfig
, libjpeg, libpng, perl, ijs, qpdf, dbus, avahi
, makeWrapper, coreutils, gnused, bc, gawk, gnugrep, which, ghostscript
, mupdf
@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {
sha256 = "1kv25011iyzvd33n5zmmn1z2p6pzk26hmmw6qvjjnx8p3sp7raqn";
};
nativeBuildInputs = [ pkgconfig makeWrapper ];
nativeBuildInputs = [ pkg-config makeWrapper ];
buildInputs = [
cups poppler poppler_utils fontconfig libjpeg libpng perl

View file

@ -3,7 +3,7 @@
, fetchpatch
, makeWrapper
, symlinkJoin
, pkgconfig
, pkg-config
, libtool
, gtk2
, libxml2
@ -295,7 +295,7 @@ stdenv.mkDerivation rec {
sha256 = "1ma76jj0k3bz0fy06fiyl4di4y77rcryb0mwjmzs5ms2vq9rjysr";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [
gtk2
libxml2

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchpatch, fetchurl, pkgconfig, perl, cups, dbus, enscript }:
{ lib, stdenv, fetchpatch, fetchurl, pkg-config, perl, cups, dbus, enscript }:
stdenv.mkDerivation rec {
name = "foomatic-filters-4.0.17";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1qrkgbm5jay2r7sh9qbyf0aiyrsl1mdc844hxf7fhw95a0zfbqm2";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ perl cups dbus enscript ];
patches = [

View file

@ -1,5 +1,5 @@
# this package was called gimp-print in the past
{ stdenv, lib, fetchurl, makeWrapper, pkgconfig
{ stdenv, lib, fetchurl, makeWrapper, pkg-config
, ijs, zlib
, gimp2Support ? false, gimp
, cupsSupport ? true, cups, libusb-compat-0_1, perl
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "0s0b14hjwvbxksq7af5v8z9g2rfqv9jdmxd9d81m57f5mh6rad0p";
};
nativeBuildInputs = [ makeWrapper pkgconfig ];
nativeBuildInputs = [ makeWrapper pkg-config ];
buildInputs =
[ ijs zlib ]
++ lib.optionals gimp2Support [ gimp.gtk gimp ]

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, substituteAll
, pkgconfig
, pkg-config
, cups, libjpeg, libusb1, python2Packages, sane-backends, dbus, usbutils
, net-snmp, openssl, nettools
, bash, coreutils, util-linux
@ -60,7 +60,7 @@ python2Packages.buildPythonApplication {
];
nativeBuildInputs = [
pkgconfig
pkg-config
];
pythonPath = with python2Packages; [

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, substituteAll
, pkgconfig
, pkg-config
, cups, zlib, libjpeg, libusb1, python2Packages, sane-backends
, dbus, file, ghostscript, usbutils
, net-snmp, openssl, perl, nettools
@ -66,7 +66,7 @@ python2Packages.buildPythonApplication {
];
nativeBuildInputs = [
pkgconfig
pkg-config
];
pythonPath = with python2Packages; [

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, substituteAll
, pkgconfig
, pkg-config
, cups, zlib, libjpeg, libusb1, python3Packages, sane-backends
, dbus, file, ghostscript, usbutils
, net-snmp, openssl, perl, nettools, avahi
@ -69,7 +69,7 @@ python3Packages.buildPythonApplication {
];
nativeBuildInputs = [
pkgconfig
pkg-config
removeReferencesTo
] ++ lib.optional withQt5 qt5.wrapQtAppsHook;

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, sconsPackages, libX11, pkgconfig
{ lib, stdenv, fetchurl, sconsPackages, libX11, pkg-config
, libusb1, boost, glib, dbus-glib }:
let
@ -13,7 +13,7 @@ in stdenv.mkDerivation {
};
makeFlags = [ "PREFIX=$(out)" ];
nativeBuildInputs = [ pkgconfig sconsPackages.scons_3_1_2 ];
nativeBuildInputs = [ pkg-config sconsPackages.scons_3_1_2 ];
buildInputs = [ libX11 libusb1 boost glib dbus-glib ];
dontUseSconsInstall = true;

View file

@ -1,4 +1,4 @@
{ lib, stdenv, udev, ncurses, pkgconfig, fetchurl, bluez }:
{ lib, stdenv, udev, ncurses, pkg-config, fetchurl, bluez }:
stdenv.mkDerivation rec {
name = "xwiimote-2";
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
sha256 = "1g9cbhblll47l300zr999xr51x2g98y49l222f77fhswd12kjzhd";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ udev ncurses bluez ];
configureFlags = [ "--with-doxygen=no" ];

View file

@ -1,5 +1,5 @@
{ expat, fetchFromGitHub, ffmpeg_3, fontconfig, freetype, libarchive, libjpeg
, libGLU, libGL, openal, pkgconfig, sfml, lib, stdenv, zlib
, libGLU, libGL, openal, pkg-config, sfml, lib, stdenv, zlib
}:
stdenv.mkDerivation rec {
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "16p369j0hanm0l2fiy6h9d9pn0f3qblcy9l39all6h7rfxnhp9ii";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
patchPhase = ''
sed -i "s|prefix=/usr/local|prefix=$out|" Makefile

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchFromGitHub, pkgconfig, SDL2, glew, xcftools, python, pillow, makeWrapper }:
{ lib, stdenv, fetchurl, fetchFromGitHub, pkg-config, SDL2, glew, xcftools, python, pillow, makeWrapper }:
let
vasm =
@ -25,7 +25,7 @@ stdenv.mkDerivation {
url = "https://www.retrodev.com/repos/blastem/archive/3d48cb0c28be.tar.gz";
sha256 = "07wzbmzp0y8mh59jxg81q17gqagz3psxigxh8dmzsipgg68y6a8r";
};
buildInputs = [ pkgconfig SDL2 glew xcftools python pillow vasm makeWrapper ];
buildInputs = [ pkg-config SDL2 glew xcftools python pillow vasm makeWrapper ];
preBuild = ''
patchShebangs img2tiles.py
'';

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, desktop-file-utils, libpng
, pkgconfig, SDL, freetype, zlib }:
, pkg-config, SDL, freetype, zlib }:
stdenv.mkDerivation rec {
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "0hng5krwgc1h9bz1xlkp2hwnvas965nd7sb3z9mb2m6x9ghxlacz";
};
nativeBuildInputs = [ desktop-file-utils pkgconfig ];
nativeBuildInputs = [ desktop-file-utils pkg-config ];
buildInputs = [ libpng SDL freetype zlib ];
makeFlags = [

View file

@ -1,5 +1,5 @@
{ pkgName, version, pkgSha256 }:
{ lib, stdenv, fetchurl, cmake, pkgconfig, buildInputs, drvParams ? {} }:
{ lib, stdenv, fetchurl, cmake, pkg-config, buildInputs, drvParams ? {} }:
let name = "${pkgName}-${version}";
in stdenv.mkDerivation ({
inherit name buildInputs;
@ -7,7 +7,7 @@ in stdenv.mkDerivation ({
url = "mirror://sourceforge/cdemu/${name}.tar.bz2";
sha256 = pkgSha256;
};
nativeBuildInputs = [ pkgconfig cmake ];
nativeBuildInputs = [ pkg-config cmake ];
setSourceRoot = ''
mkdir build
cd build

View file

@ -1,4 +1,4 @@
{ callPackage, gobject-introspection, cmake, pkgconfig
{ callPackage, gobject-introspection, cmake, pkg-config
, glib, libsndfile, zlib, bzip2, lzma, libsamplerate, intltool
, pcre, util-linux, libselinux, libsepol }:
@ -12,7 +12,7 @@ in callPackage pkg {
drvParams = {
PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR = "${placeholder "out"}/share/gir-1.0";
PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR = "${placeholder "out"}/lib/girepository-1.0";
nativeBuildInputs = [ cmake gobject-introspection pkgconfig ];
nativeBuildInputs = [ cmake gobject-introspection pkg-config ];
propagatedBuildInputs = [ pcre util-linux libselinux libsepol ];
};
}

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, fetchpatch
, pkgconfig, libtool, intltool
, pkg-config, libtool, intltool
, libXmu
, lua
, tinyxml
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
CXXFLAGS = "-fpermissive";
buildInputs =
[ pkgconfig libtool intltool libXmu lua agg alsaLib soundtouch
[ pkg-config libtool intltool libXmu lua agg alsaLib soundtouch
openal desktop-file-utils gtk2 gtkglext libglade
libGLU libpcap SDL zziplib tinyxml ];

View file

@ -1,7 +1,7 @@
{ stdenv
, lib
, fetchpatch
, pkgconfig
, pkg-config
, cmake
, bluez
, ffmpeg_3
@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [
pkgconfig
pkg-config
cmake
];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, makeDesktopItem, pkgconfig, cmake
{ lib, stdenv, fetchFromGitHub, makeDesktopItem, pkg-config, cmake
, wrapQtAppsHook, qtbase, bluez, ffmpeg_3, libao, libGLU, libGL, pcre, gettext
, libXrandr, libusb1, lzo, libpthreadstubs, libXext, libXxf86vm, libXinerama
, libSM, libXdmcp, readline, openal, udev, libevdev, portaudio, curl, alsaLib
@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {
sha256 = "0vv3ahk6zdx2hx5diq4jkhl289wjybqcr4lwinrkfiywb83hcabg";
};
nativeBuildInputs = [ cmake pkgconfig ]
nativeBuildInputs = [ cmake pkg-config ]
++ lib.optional stdenv.isLinux wrapQtAppsHook;
buildInputs = [

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, cmake, curl, boost, eigen
{ lib, stdenv, fetchFromGitHub, pkg-config, cmake, curl, boost, eigen
, freeimage, freetype, libGLU, libGL, SDL2, alsaLib, libarchive
, fetchpatch }:
@ -20,7 +20,7 @@ stdenv.mkDerivation {
})
];
nativeBuildInputs = [ pkgconfig cmake ];
nativeBuildInputs = [ pkg-config cmake ];
buildInputs = [ alsaLib boost curl eigen freeimage freetype libarchive libGLU libGL SDL2 ];
installPhase = ''

View file

@ -1,4 +1,4 @@
{lib, stdenv, fetchFromGitHub, scons, zlib, SDL, lua5_1, pkgconfig}:
{lib, stdenv, fetchFromGitHub, scons, zlib, SDL, lua5_1, pkg-config}:
stdenv.mkDerivation {
pname = "fceux-unstable";
@ -11,7 +11,7 @@ stdenv.mkDerivation {
sha256 = "0gpz411dzfwx9mr34yi4zb1hphd5hha1nvwgzxki0sviwafca992";
};
nativeBuildInputs = [ pkgconfig scons ];
nativeBuildInputs = [ pkg-config scons ];
buildInputs = [
zlib SDL lua5_1
];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig
{ lib, stdenv, fetchurl, pkg-config
, gettext, gtk2, SDL2, zlib, glib, openal, libGLU, libGL, lua, freetype, libmpeg2, zip }:
with lib;
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "1qwzhp34wy7bnd3c0plv11rg9fs5m92rh3ffnr9pn6ng0cpc8vpj";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ gettext gtk2 SDL2 zlib glib openal libGLU libGL lua freetype libmpeg2 zip ];
meta = {

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, perl, pkgconfig, wrapGAppsHook
{ lib, stdenv, fetchurl, perl, pkg-config, wrapGAppsHook
, SDL, bzip2, glib, gtk3, libgcrypt, libpng, libspectrum, libxml2, zlib
}:
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "0kaynjr28w42n3iha60mgr7nxm49w8j0v49plyrc7ka24qzmiqph";
};
nativeBuildInputs = [ perl pkgconfig wrapGAppsHook ];
nativeBuildInputs = [ perl pkg-config wrapGAppsHook ];
buildInputs = [ SDL bzip2 glib gtk3 libgcrypt libpng libspectrum libxml2 zlib ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, gtk2, SDL, nasm, zlib, libpng, libGLU, libGL }:
{ lib, stdenv, fetchurl, pkg-config, gtk2, SDL, nasm, zlib, libpng, libGLU, libGL }:
stdenv.mkDerivation {
name = "gens-gs-7";
@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "1ha5s6d3y7s9aq9f4zmn9p88109c3mrj36z2w68jhiw5xrxws833";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ gtk2 SDL nasm zlib libpng libGLU libGL ];
# Work around build failures on recent GTK.

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub
, pkgconfig
, pkg-config
, libX11, libXv
, udev
, libGLU, libGL, SDL2
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
done
'';
nativeBuildInputs = [ pkgconfig ]
nativeBuildInputs = [ pkg-config ]
++ optionals stdenv.isDarwin [ libicns ];
buildInputs = [ SDL2 libao ]

View file

@ -1,5 +1,5 @@
{ stdenv, mkDerivation, fetchFromGitHub, makeDesktopItem, makeWrapper
, python, pkgconfig, SDL2, SDL2_ttf, alsaLib, which, qtbase, libXinerama
, python, pkg-config, SDL2, SDL2_ttf, alsaLib, which, qtbase, libXinerama
, libpcap, CoreAudioKit, ForceFeedback
, installShellFiles }:
@ -46,7 +46,7 @@ in mkDerivation {
++ lib.optional stdenv.isLinux alsaLib
++ lib.optionals stdenv.isDarwin [ libpcap CoreAudioKit ForceFeedback ]
;
nativeBuildInputs = [ python pkgconfig which makeWrapper installShellFiles ];
nativeBuildInputs = [ python pkg-config which makeWrapper installShellFiles ];
# by default MAME assumes that paths with stock resources
# are relative and that you run MAME changing to

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, freeglut, libGLU, libGL, libcdio, libjack2
{ lib, stdenv, fetchurl, pkg-config, freeglut, libGLU, libGL, libcdio, libjack2
, libsamplerate, libsndfile, libX11, SDL2, SDL2_net, zlib, alsaLib }:
stdenv.mkDerivation rec {
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "1x7xhxjhwsdbak8l0iyb497f043xkhibk73w96xck4j2bk10fac4";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [
freeglut

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, makeWrapper, autoreconfHook, pkgconfig, wrapGAppsHook
{ lib, stdenv, fetchFromGitHub, makeWrapper, autoreconfHook, pkg-config, wrapGAppsHook
, gtk2 ? null, gtk3 ? null, mednafen }:
with lib;
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
sha256 = "15qk3a3l1phr8bap2ayh3c0vyvw2jwhny1iz1ajq2adyjpm9fhr7";
};
nativeBuildInputs = [ autoreconfHook makeWrapper pkgconfig wrapGAppsHook ];
nativeBuildInputs = [ autoreconfHook makeWrapper pkg-config wrapGAppsHook ];
buildInputs = [ gtk2 gtk3 mednafen ];
configureFlags = [ (enableFeature (gtk3 != null) "gtk3") ];

View file

@ -2,7 +2,7 @@
, fetchFromGitHub
, mkDerivation
, cmake
, pkgconfig
, pkg-config
, SDL2
, qtbase
, libpcap
@ -21,7 +21,7 @@ mkDerivation rec {
sha256 = "0m45m1ch0az8l3d3grjbqvi5vvydbffxwka9w3k3qiia50m7fnph";
};
nativeBuildInputs = [ cmake pkgconfig wrapGAppsHook ];
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook ];
buildInputs = [
SDL2
qtbase

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, makeDesktopItem, wrapQtAppsHook, pkgconfig
{ lib, stdenv, fetchFromGitHub, makeDesktopItem, wrapQtAppsHook, pkg-config
, cmake, epoxy, libzip, libelf, libedit, ffmpeg_3, SDL2, imagemagick
, qtbase, qtmultimedia, qttools, minizip }:
@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {
sha256 = "0nqj4bnn5c2z1bq4bnbw1wznc0wpmq4sy3w8pipd6n6620b9m4qq";
};
nativeBuildInputs = [ wrapQtAppsHook pkgconfig cmake ];
nativeBuildInputs = [ wrapQtAppsHook pkg-config cmake ];
buildInputs = [
epoxy libzip libelf libedit ffmpeg_3 SDL2 imagemagick

View file

@ -1,4 +1,4 @@
{lib, stdenv, fetchurl, boost, dash, freetype, libpng, pkgconfig, SDL, which, zlib, nasm }:
{lib, stdenv, fetchurl, boost, dash, freetype, libpng, pkg-config, SDL, which, zlib, nasm }:
stdenv.mkDerivation rec {
pname = "mupen64plus";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1a21n4gqdvag6krwcjm5bnyw5phrlxw6m0mk73jy53iq03f3s96m";
};
nativeBuildInputs = [ pkgconfig nasm ];
nativeBuildInputs = [ pkg-config nasm ];
buildInputs = [ boost dash freetype libpng SDL which zlib ];
buildPhase = ''

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, SDL2, alsaLib, gtk3
{ lib, stdenv, fetchFromGitHub, pkg-config, SDL2, alsaLib, gtk3
, makeWrapper, libGLU, libGL, libarchive, libao, unzip, xdg_utils
, epoxy, gdk-pixbuf, gnome3, wrapGAppsHook
}:
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [
pkgconfig
pkg-config
makeWrapper
wrapGAppsHook
];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig
{ lib, stdenv, fetchFromGitHub, pkg-config
, python
, alsaLib, glew, libGL, libpng
, libogg, libtheora, libvorbis
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
fetchSubmodules = true;
};
nativeBuildInputs = [ pkgconfig python ];
nativeBuildInputs = [ pkg-config python ];
buildInputs = [ alsaLib glew libGL libpng
libogg libtheora libvorbis freetype

View file

@ -15,7 +15,7 @@
, libxml2
, makeWrapper
, perl
, pkgconfig
, pkg-config
, portaudio
, SDL2
, soundtouch
@ -68,7 +68,7 @@ stdenv.mkDerivation {
--set __GL_THREADED_OPTIMIZATIONS 1
'';
nativeBuildInputs = [ cmake makeWrapper perl pkgconfig wrapGAppsHook ];
nativeBuildInputs = [ cmake makeWrapper perl pkg-config wrapGAppsHook ];
buildInputs = [
alsaLib

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, autoreconfHook, intltool, pkgconfig, gtk3, SDL2, xorg
{ lib, stdenv, fetchurl, autoreconfHook, intltool, pkg-config, gtk3, SDL2, xorg
, wrapGAppsHook, libcdio, nasm, ffmpeg, file
, fetchpatch }:
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
./uncompress2.patch
];
nativeBuildInputs = [ autoreconfHook intltool pkgconfig wrapGAppsHook ];
nativeBuildInputs = [ autoreconfHook intltool pkg-config wrapGAppsHook ];
buildInputs = [
gtk3 SDL2 xorg.libXv xorg.libXtst libcdio nasm ffmpeg file
];

View file

@ -6,7 +6,7 @@
, lib
, libzip
, mkDerivation
, pkgconfig
, pkg-config
, python3
, qtbase
, qtmultimedia
@ -31,7 +31,7 @@ mkDerivation rec {
substituteInPlace UI/NativeApp.cpp --replace /usr/share $out/share
'';
nativeBuildInputs = [ cmake pkgconfig python3 ];
nativeBuildInputs = [ cmake pkg-config python3 ];
buildInputs = [
SDL2

View file

@ -1,5 +1,5 @@
{ lib, stdenv
, fetchurl, qttools, pkgconfig
, fetchurl, qttools, pkg-config
, minizip, zlib
, qtbase, qtsvg, qtmultimedia, qtwebkit, qttranslations, qtxmlpatterns
, rsync, SDL2, xwininfo
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
patchShebangs scripts
'';
nativeBuildInputs = [ qttools pkgconfig ];
nativeBuildInputs = [ qttools pkg-config ];
buildInputs = [ minizip qtbase qtsvg qtmultimedia qtwebkit
qttranslations qtxmlpatterns rsync SDL2
xwininfo zlib util-linux xorg.libxcb ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchgit, fetchFromGitHub, fetchFromGitLab, fetchpatch, cmake, pkgconfig, makeWrapper, python27, python37, retroarch
{ lib, stdenv, fetchgit, fetchFromGitHub, fetchFromGitLab, fetchpatch, cmake, pkg-config, makeWrapper, python27, python37, retroarch
, alsaLib, fluidsynth, curl, hidapi, libGLU, gettext, glib, gtk2, portaudio, SDL, SDL_net, SDL2, SDL2_image, libGL
, ffmpeg_3, pcre, libevdev, libpng, libjpeg, libzip, udev, libvorbis, snappy, which, hexdump
, miniupnpc, sfml, xorg, zlib, nasm, libpcap, boost, icu, openssl
@ -288,7 +288,7 @@ in with lib.licenses;
};
description = "Port of Citra to libretro";
license = gpl2Plus;
extraNativeBuildInputs = [ cmake pkgconfig ];
extraNativeBuildInputs = [ cmake pkg-config ];
extraBuildInputs = [ libGLU libGL boost ];
makefile = "Makefile";
cmakeFlags = [
@ -342,7 +342,7 @@ in with lib.licenses;
description = "Port of Dolphin to libretro";
license = gpl2Plus;
extraNativeBuildInputs = [ cmake curl pkgconfig ];
extraNativeBuildInputs = [ cmake curl pkg-config ];
extraBuildInputs = [
libGLU libGL pcre sfml
gettext hidapi
@ -838,7 +838,7 @@ in with lib.licenses;
};
description = "ppsspp libretro port";
license = gpl2;
extraNativeBuildInputs = [ cmake pkgconfig ];
extraNativeBuildInputs = [ cmake pkg-config ];
extraBuildInputs = [ libGLU libGL libzip ffmpeg_3 python37 snappy xorg.libX11 ];
makefile = "Makefile";
cmakeFlags = [ "-DLIBRETRO=ON -DUSE_SYSTEM_FFMPEG=ON -DUSE_SYSTEM_SNAPPY=ON -DUSE_SYSTEM_LIBZIP=ON -DOpenGL_GL_PREFERENCE=GLVND" ];
@ -981,7 +981,7 @@ in with lib.licenses;
};
description = "Port of Stella to libretro";
license = gpl2;
extraBuildInputs = [ libpng pkgconfig SDL ];
extraBuildInputs = [ libpng pkg-config SDL ];
makefile = "Makefile";
preBuild = "cd src/libretro";
dontConfigure = true;
@ -1020,7 +1020,7 @@ in with lib.licenses;
};
description = "Port of TIC-80 to libretro";
license = mit;
extraNativeBuildInputs = [ cmake pkgconfig ];
extraNativeBuildInputs = [ cmake pkg-config ];
makefile = "Makefile";
cmakeFlags = [
"-DBUILD_LIBRETRO=ON"

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, which, pkgconfig, makeWrapper
{ lib, stdenv, fetchFromGitHub, which, pkg-config, makeWrapper
, ffmpeg_3, libGLU, libGL, freetype, libxml2, python3
, libobjc, AppKit, Foundation
, alsaLib ? null
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
rev = "v${version}";
};
nativeBuildInputs = [ pkgconfig wayland ]
nativeBuildInputs = [ pkg-config wayland ]
++ optional withVulkan makeWrapper;
buildInputs = [ ffmpeg_3 freetype libxml2 libGLU libGL python3 SDL2 which ]

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchhg, cmake, glib, gst_all_1, makeWrapper, pkgconfig
{ lib, stdenv, fetchhg, cmake, glib, gst_all_1, makeWrapper, pkg-config
, python, SDL2, SDL2_image, SDL2_mixer, SDL2_ttf, sqlite, zlib, runtimeShell
}:
@ -12,7 +12,7 @@ stdenv.mkDerivation {
sha256 = "0cvsg07ff0fdqh5zgiv2fs7s6c98hn150kpxmpw5fn6jilaszwkm";
};
nativeBuildInputs = [ cmake makeWrapper pkgconfig python ];
nativeBuildInputs = [ cmake makeWrapper pkg-config python ];
buildInputs = [
glib gst_all_1.gstreamer SDL2 SDL2_image SDL2_mixer SDL2_ttf sqlite zlib

View file

@ -1,4 +1,4 @@
{ mkDerivation, lib, fetchgit, cmake, pkgconfig, git
{ mkDerivation, lib, fetchgit, cmake, pkg-config, git
, qtbase, qtquickcontrols, openal, glew, vulkan-headers, vulkan-loader, libpng
, ffmpeg, libevdev, python3
, pulseaudioSupport ? true, libpulseaudio
@ -35,7 +35,7 @@ mkDerivation {
"-DUSE_NATIVE_INSTRUCTIONS=OFF"
];
nativeBuildInputs = [ cmake pkgconfig git ];
nativeBuildInputs = [ cmake pkg-config git ];
buildInputs = [
qtbase qtquickcontrols openal glew vulkan-headers vulkan-loader libpng ffmpeg

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkgconfig, wrapGAppsHook
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, wrapGAppsHook
, SDL2, zlib, gtk3, libxml2, libXv, epoxy, minizip, pulseaudio, portaudio }:
stdenv.mkDerivation rec {
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
};
enableParallelBuilding = true;
nativeBuildInputs = [ meson ninja pkgconfig wrapGAppsHook ];
nativeBuildInputs = [ meson ninja pkg-config wrapGAppsHook ];
buildInputs = [ SDL2 zlib gtk3 libxml2 libXv epoxy minizip pulseaudio portaudio ];
preConfigure = "cd gtk";

View file

@ -3,7 +3,7 @@
, lib
, libarchive
, autoreconfHook
, pkgconfig
, pkg-config
, glib
, libusb1
, darwin
@ -20,7 +20,7 @@ let
url = "mirror://sourceforge/tilp/${pname}-${version}.tar.bz2";
sha256 = "0y080v12bm81wgjm6fnw7q0yg7scphm8hhrls9njcszj7fkscv9i";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ glib ];
configureFlags = [ "--enable-iconv" ];
};
@ -31,7 +31,7 @@ let
url = "mirror://sourceforge/tilp/${pname}-${version}.tar.bz2";
sha256 = "08j5di0cgix9vcpdv7b8xhxdjkk9zz7fqfnv3l4apk3jdr8vcvqc";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ glib libusb1 ];
configureFlags = [ "--enable-libusb10" ];
};
@ -42,7 +42,7 @@ let
url = "mirror://sourceforge/tilp/${pname}-${version}.tar.bz2";
sha256 = "08c9wgrdnyqcs45mx1bjb8riqq81bzfkhgaijxzn96rhpj40fy3n";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ glib libticables2 libticonv libtifiles2 lzma bzip2 ]
++ lib.optionals stdenv.isLinux [ acl ]
++ lib.optionals stdenv.isDarwin [ darwin.libobjc ];
@ -54,7 +54,7 @@ let
url = "mirror://sourceforge/tilp/${pname}-${version}.tar.bz2";
sha256 = "10n9mhlabmaw3ha5ckllxfy6fygs2pmlmj5v6w5v62bvx54kpils";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ glib libticonv libarchive lzma bzip2 ];
};
in
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
sha256 = "1ba38xzhp3yf21ip3cgql6jzy49jc34sfnjsl4syxyrd81d269zw";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ glib gnome2.gtk libticonv libtifiles2 libticables2 libticalcs2 ];
NIX_CFLAGS_COMPILE = [ "-lm" ];
meta = with lib; {

View file

@ -1,4 +1,4 @@
{lib, stdenv, fetchurl, pkgconfig, gtk2, alsaLib, SDL}:
{lib, stdenv, fetchurl, pkg-config, gtk2, alsaLib, SDL}:
stdenv.mkDerivation rec {
name = "uae-0.8.29";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-sdl" "--with-sdl-sound" "--with-sdl-gfx" "--with-alsa" ];
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ gtk2 alsaLib SDL ];
hardeningDisable = [ "format" ];

View file

@ -6,7 +6,7 @@
, gettext
, libGLU, libGL
, openal
, pkgconfig
, pkg-config
, SDL2
, sfml
, zip
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
sha256 = "1kgpbvng3c12ws0dy92zc0azd94h0i3j4vm7b67zc8mi3pqsppdg";
};
nativeBuildInputs = [ cmake pkgconfig ];
nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [
cairo

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, bison, flex, perl, libpng, giflib, libjpeg, alsaLib, readline, libGLU, libGL, libXaw
, pkgconfig, gtk2, SDL, autoreconfHook, makeDesktopItem
, pkg-config, gtk2, SDL, autoreconfHook, makeDesktopItem
}:
stdenv.mkDerivation rec {
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ bison flex perl libpng giflib libjpeg alsaLib readline libGLU libGL
pkgconfig gtk2 SDL autoreconfHook libXaw ];
pkg-config gtk2 SDL autoreconfHook libXaw ];
dontDisableStatic = true;
configureFlags = [ "--enable-fullscreen --enable-gnomeui" ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, glib, libXaw, libX11, libXext
{ lib, stdenv, fetchurl, pkg-config, glib, libXaw, libX11, libXext
, libDSKSupport ? true, libdsk
, motifSupport ? false, lesstif
}:
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "0hxsbhmyzyyrlidgg0q8izw55q0z40xrynw5a1c3frdnihj9jf7n";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ glib libdsk libXaw libX11 libXext ]
++ optional libDSKSupport libdsk

View file

@ -1,4 +1,4 @@
{ mkDerivation, lib, stdenv, fetchurl, cmake, pkgconfig, qtbase, qt5, libGLU, libGL
{ mkDerivation, lib, stdenv, fetchurl, cmake, pkg-config, qtbase, qt5, libGLU, libGL
, freeglut ? null, openal ? null, SDL2 ? null }:
mkDerivation rec {
@ -10,7 +10,7 @@ mkDerivation rec {
sha256 = "1cn2rjjb7d9pkr4g5bqz55vd4pzyb7hg94cfmixjkzzkw0zw8d23";
};
nativeBuildInputs = [ cmake pkgconfig ];
nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ qtbase qt5.qtmultimedia libGLU libGL freeglut openal SDL2 ];
patches = [

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub
, cmake, pkgconfig, wrapQtAppsHook
, cmake, pkg-config, wrapQtAppsHook
, boost173, catch2, fmt, lz4, nlohmann_json, rapidjson, zlib, zstd, SDL2
, udev, libusb1, libzip, qtbase, qtwebengine, qttools, ffmpeg
, libpulseaudio, libjack2, alsaLib, sndio, ecasound
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
fetchSubmodules = true;
};
nativeBuildInputs = [ cmake pkgconfig wrapQtAppsHook ];
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];
buildInputs = [ qtbase qtwebengine qttools boost173 catch2 fmt lz4 nlohmann_json rapidjson zlib zstd SDL2 udev libusb1 libpulseaudio alsaLib sndio ecasound libjack2 libzip ffmpeg ]
++ lib.optionals useVulkan [ vulkan-loader vulkan-headers ];
cmakeFlags = [ "-DENABLE_QT_TRANSLATION=ON" "-DYUZU_USE_QT_WEB_ENGINE=ON" "-DUSE_DISCORD_PRESENCE=ON" ]

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchgit, fetchpatch, autoreconfHook
, pkgconfig, libtool, boost, SDL
, pkg-config, libtool, boost, SDL
, glib, pango, gettext, curl, xorg
, libpng, libjpeg, giflib, speex, atk
@ -80,7 +80,7 @@ stdenv.mkDerivation {
sed -i 's|jemalloc.h|jemalloc/jemalloc.h|' libbase/jemalloc_gnash.c
'';
nativeBuildInputs = [ autoreconfHook pkgconfig libtool ];
nativeBuildInputs = [ autoreconfHook pkg-config libtool ];
buildInputs = [
glib gettext boost curl SDL speex
xorg.libXmu xorg.libSM xorg.libXt

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, libtool, pkgconfig, zlib, serd }:
{ lib, stdenv, fetchFromGitHub, autoreconfHook, libtool, pkg-config, zlib, serd }:
stdenv.mkDerivation rec {
pname = "hdt";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ zlib serd ];
nativeBuildInputs = [ autoreconfHook libtool pkgconfig ];
nativeBuildInputs = [ autoreconfHook libtool pkg-config ];
enableParallelBuilding = true;

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, python3Packages, makeWrapper
{ lib, stdenv, fetchFromGitHub, pkg-config, python3Packages, makeWrapper
, bash, libsamplerate, libsndfile, readline, eigen, celt
, wafHook
# Darwin Dependencies
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
sha256 = "0pzgrjy5fi2nif2j442fs3j2bbshxpnmq9kzwcqz54wx1w8fzdfr";
};
nativeBuildInputs = [ pkgconfig python makeWrapper wafHook ];
nativeBuildInputs = [ pkg-config python makeWrapper wafHook ];
buildInputs = [ libsamplerate libsndfile readline eigen celt
optDbus optPythonDBus optLibffado optAlsaLib optLibopus
] ++ optionals stdenv.isDarwin [

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig
{ lib, stdenv, fetchurl, pkg-config
# Optional Dependencies
, alsaLib ? null, db ? null, libuuid ? null, libffado ? null, celt ? null
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
(lib.enableFeature (optLibffado != null) "firewire")
];
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ optAlsaLib optDb optLibffado optCelt ];
propagatedBuildInputs = [ optLibuuid ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, glib, libpulseaudio }:
{ lib, stdenv, fetchFromGitHub, pkg-config, glib, libpulseaudio }:
with lib;
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ];
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ glib ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, cmake, curl, zlib, ffmpeg_3, glew, pcre
{ lib, stdenv, fetchFromGitHub, pkg-config, cmake, curl, zlib, ffmpeg_3, glew, pcre
, rtmpdump, cairo, boost, SDL2, SDL2_mixer, libjpeg, pango, lzma, nasm
, llvm, glibmm
}:
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
sed -i 's/SET(ETCDIR "\/etc")/SET(ETCDIR "etc")/g' CMakeLists.txt
'';
nativeBuildInputs = [ pkgconfig cmake ];
nativeBuildInputs = [ pkg-config cmake ];
buildInputs = [
curl zlib ffmpeg_3 glew pcre rtmpdump cairo boost SDL2 SDL2_mixer libjpeg

View file

@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl, ghostscript, gyre-fonts, texinfo, imagemagick, texi2html, guile
, python2, gettext, flex, perl, bison, pkgconfig, autoreconfHook, dblatex
, python2, gettext, flex, perl, bison, pkg-config, autoreconfHook, dblatex
, fontconfig, freetype, pango, fontforge, help2man, zip, netpbm, groff
, makeWrapper, t1utils
, texlive, tex ? texlive.combine {
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
export HOME=$TMPDIR/home
'';
nativeBuildInputs = [ autoreconfHook bison flex makeWrapper pkgconfig ];
nativeBuildInputs = [ autoreconfHook bison flex makeWrapper pkg-config ];
buildInputs =
[ ghostscript texinfo imagemagick texi2html guile dblatex tex zip netpbm

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, libusb1 }:
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, libusb1 }:
stdenv.mkDerivation {
pname = "rkdeveloptool";
@ -11,7 +11,7 @@ stdenv.mkDerivation {
sha256 = "0zwrkqfxd671iy69v3q0844gfdpm1yk51i9qh2rqc969bd8glxga";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ libusb1 ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, jansson }:
{ lib, stdenv, fetchFromGitHub, pkg-config, jansson }:
let
libsailing = fetchFromGitHub {
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
sha256 = "1s4nlffp683binbdxwwzbsci61kbjylbcr1jf44sv1h1r5d5js05";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ jansson libsailing ];
INSTALL_PATH = "$(out)";

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchgit, pkgconfig, autoreconfHook
{ lib, stdenv, fetchgit, pkg-config, autoreconfHook
, libX11, pam, libgcrypt, libXrender, imlib2 }:
stdenv.mkDerivation rec {
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
"--enable-imlib2"
];
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [
autoreconfHook libX11
pam libgcrypt libXrender imlib2

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, wxGTK30, libav, lua5_1, curl
, libpng, xorg, pkgconfig, flam3, libgtop, boost, tinyxml, freeglut, libGLU, libGL
, libpng, xorg, pkg-config, flam3, libgtop, boost, tinyxml, freeglut, libGLU, libGL
, glee }:
stdenv.mkDerivation rec {
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "1z49l53j1lhk7ahdy96lm9r0pklwpf2i5s6y2l2rn6l4z8dxkjmk";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [
wxGTK30 libav lua5_1 curl libpng xorg.libXrender

View file

@ -3,7 +3,7 @@
, nix-update-script
, meson
, ninja
, pkgconfig
, pkg-config
, gtk3
, glib
, intltool
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
intltool
meson
ninja
pkgconfig
pkg-config
wrapGAppsHook
];

View file

@ -1,4 +1,4 @@
{lib, stdenv, fetchurl, pkgconfig, xlibsWrapper, libXext, libGLU, libGL, imagemagick, libtiff, bzip2}:
{lib, stdenv, fetchurl, pkg-config, xlibsWrapper, libXext, libGLU, libGL, imagemagick, libtiff, bzip2}:
stdenv.mkDerivation rec {
version = "0.9.1";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1aikafjqrfmv23jnrrm5d56dg6injh4l67zjdxzdapv9chw7g3cg";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libGLU libGL xlibsWrapper imagemagick libtiff bzip2 ];
NIX_CFLAGS_COMPILE = "-I${imagemagick.dev}/include/ImageMagick";

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, bc, perl, perlPackages, pam, libXext, libXScrnSaver, libX11
{ lib, stdenv, fetchurl, pkg-config, bc, perl, perlPackages, pam, libXext, libXScrnSaver, libX11
, libXrandr, libXmu, libXxf86vm, libXrender, libXxf86misc, libjpeg, libGLU, libGL, gtk2
, libxml2, libglade, intltool, xorg, makeWrapper, gle, gdk-pixbuf, gdk-pixbuf-xlib
, forceInstallAllHacks ? false
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
};
buildInputs =
[ pkgconfig bc perl libjpeg libGLU libGL gtk2 libxml2 libglade pam
[ pkg-config bc perl libjpeg libGLU libGL gtk2 libxml2 libglade pam
libXext libXScrnSaver libX11 libXrandr libXmu libXxf86vm libXrender
libXxf86misc intltool xorg.appres makeWrapper gle gdk-pixbuf
gdk-pixbuf-xlib

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, glib, pkgconfig, xorg, dbus }:
{ lib, stdenv, fetchFromGitHub, glib, pkg-config, xorg, dbus }:
let rev = "1.0.0"; in
@ -12,7 +12,7 @@ stdenv.mkDerivation {
sha256 = "0c83wmipnsdnbihc5niyczs7jrkss2s8n6iwwjdia7hkjzbd0hl7";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ glib xorg.libX11 xorg.libXScrnSaver dbus ];
makeFlags = [

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchgit, python, pkgconfig, xlibsWrapper, pam }:
{ lib, stdenv, fetchgit, python, pkg-config, xlibsWrapper, pam }:
stdenv.mkDerivation {
name = "xtrlock-pam-3.4-post-20150909";
@ -9,7 +9,7 @@ stdenv.mkDerivation {
sha256 = "1z2wlhi5d05b18pvwz146kp0lkcc6z2mnilk01mk19hzbziyqmsc";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ python xlibsWrapper pam ];
configurePhase = ''

View file

@ -1,4 +1,4 @@
{ lib, fetchurl, gettext, pkgconfig, texinfo, wrapGAppsHook
{ lib, fetchurl, gettext, pkg-config, texinfo, wrapGAppsHook
, buildPythonApplication, pycairo, pygobject3
, gobject-introspection, gtk3, librsvg
, alsaUtils, timidity, mpg123, vorbis-tools, csound, lilypond
@ -19,7 +19,7 @@ buildPythonApplication rec {
./webbrowser.patch
];
nativeBuildInputs = [ gettext pkgconfig texinfo wrapGAppsHook ];
nativeBuildInputs = [ gettext pkg-config texinfo wrapGAppsHook ];
buildInputs = [ gobject-introspection gtk3 librsvg ];
propagatedBuildInputs = [ pycairo pygobject3 ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, glib, expat
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, glib, expat
, libmicrohttpd
}:
@ -19,7 +19,7 @@ stdenv.mkDerivation {
mkdir m4
'';
buildInputs = [ autoreconfHook pkgconfig glib expat libmicrohttpd ];
buildInputs = [ autoreconfHook pkg-config glib expat libmicrohttpd ];
meta = {
description = "Stubbed XMPP Server";

View file

@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub, substituteAll
, pkgconfig, autoreconfHook, autoconf-archive, makeWrapper, patchelf
, pkg-config, autoreconfHook, autoconf-archive, makeWrapper, patchelf
, tpm2-tss, tpm2-tools, opensc, openssl, sqlite, python37, glibc, libyaml
, abrmdSupport ? true, tpm2-abrmd ? null
}:
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
'';
nativeBuildInputs = [
pkgconfig autoreconfHook autoconf-archive makeWrapper patchelf
pkg-config autoreconfHook autoconf-archive makeWrapper patchelf
];
buildInputs = [
tpm2-tss tpm2-tools opensc openssl sqlite libyaml

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, curl, git, gmp, libsigsegv, meson, ncurses, ninja
, openssl, pkgconfig, re2c, zlib
, openssl, pkg-config, re2c, zlib
}:
stdenv.mkDerivation rec {
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
fetchSubmodules = true;
};
nativeBuildInputs = [ pkgconfig ninja meson ];
nativeBuildInputs = [ pkg-config ninja meson ];
buildInputs = [ curl git gmp libsigsegv ncurses openssl re2c zlib ];
postPatch = ''

View file

@ -2,7 +2,7 @@
, python, cmake, meson, vim, ruby
, which, fetchFromGitHub, fetchgit, fetchurl, fetchzip, fetchpatch
, llvmPackages, rustPlatform, buildGoModule
, pkgconfig, curl, openssl, libgit2, libiconv
, pkg-config, curl, openssl, libgit2, libiconv
, xkb-switch, fzf, skim, stylish-haskell
, python3, boost, icu, ncurses
, ycmd, rake
@ -642,7 +642,7 @@ self: super: {
src = old.src;
nativeBuildInputs = [
pkgconfig
pkg-config
];
buildInputs = [