about summary refs log tree commit diff
path: root/pkgs/tools/bluetooth/blueman/default.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-17 16:17:16 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-01-17 23:27:27 +0700
commitd6aeae8f90a4935525915431e3b08ebf1b7d5bf3 (patch)
tree0376acde4a65afc15fccb505d35a9fc65fafe55c /pkgs/tools/bluetooth/blueman/default.nix
parent979e6e67d32a934dcc39dedfd588baf6e3f7ed78 (diff)
downloadnixlib-d6aeae8f90a4935525915431e3b08ebf1b7d5bf3.tar
nixlib-d6aeae8f90a4935525915431e3b08ebf1b7d5bf3.tar.gz
nixlib-d6aeae8f90a4935525915431e3b08ebf1b7d5bf3.tar.bz2
nixlib-d6aeae8f90a4935525915431e3b08ebf1b7d5bf3.tar.lz
nixlib-d6aeae8f90a4935525915431e3b08ebf1b7d5bf3.tar.xz
nixlib-d6aeae8f90a4935525915431e3b08ebf1b7d5bf3.tar.zst
nixlib-d6aeae8f90a4935525915431e3b08ebf1b7d5bf3.zip
pkgs/tools: pkgconfig -> pkg-config (2)
Diffstat (limited to 'pkgs/tools/bluetooth/blueman/default.nix')
-rw-r--r--pkgs/tools/bluetooth/blueman/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/bluetooth/blueman/default.nix b/pkgs/tools/bluetooth/blueman/default.nix
index ac50f3667c4e..da1c4bfa969e 100644
--- a/pkgs/tools/bluetooth/blueman/default.nix
+++ b/pkgs/tools/bluetooth/blueman/default.nix
@@ -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
   ];