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

This commit is contained in:
Ben Siraphob
2021-01-17 23:27:27 +07:00
parent 979e6e67d3
commit d6aeae8f90
250 changed files with 507 additions and 507 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ config, stdenv, lib, fetchurl, intltool, pkgconfig, python3Packages, bluez, gtk3
{ config, stdenv, lib, fetchurl, intltool, pkg-config, python3Packages, bluez, gtk3
, obex_data_server, xdg_utils, dnsmasq, dhcp, libappindicator, iproute
, gnome3, librsvg, wrapGAppsHook, gobject-introspection, autoreconfHook
, networkmanager, withPulseAudio ? config.pulseaudio or stdenv.isLinux, libpulseaudio, fetchpatch }:
@@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
};
nativeBuildInputs = [
gobject-introspection intltool pkgconfig pythonPackages.cython
gobject-introspection intltool pkg-config pythonPackages.cython
pythonPackages.wrapPython wrapGAppsHook
autoreconfHook # drop when below patch is removed
];