summary refs log tree commit diff
path: root/pkgs/tools/bluetooth
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-02-01 15:05:09 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-02-01 15:05:09 +0700
commita6ac3eedbd197746dae3be74d3a605741ab44cb9 (patch)
tree6059fc005bcde08ac52232d351c06258369f053b /pkgs/tools/bluetooth
parent9fdcac4b9baa1fb96a775ed3ca9dc7f2ce76c96e (diff)
downloadnixpkgs-a6ac3eedbd197746dae3be74d3a605741ab44cb9.tar
nixpkgs-a6ac3eedbd197746dae3be74d3a605741ab44cb9.tar.gz
nixpkgs-a6ac3eedbd197746dae3be74d3a605741ab44cb9.tar.bz2
nixpkgs-a6ac3eedbd197746dae3be74d3a605741ab44cb9.tar.lz
nixpkgs-a6ac3eedbd197746dae3be74d3a605741ab44cb9.tar.xz
nixpkgs-a6ac3eedbd197746dae3be74d3a605741ab44cb9.tar.zst
nixpkgs-a6ac3eedbd197746dae3be74d3a605741ab44cb9.zip
treewide: xdg_utils -> xdg-utils
Diffstat (limited to 'pkgs/tools/bluetooth')
-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 da1c4bfa969..69eeb3db711 100644
--- a/pkgs/tools/bluetooth/blueman/default.nix
+++ b/pkgs/tools/bluetooth/blueman/default.nix
@@ -1,11 +1,11 @@
 { config, stdenv, lib, fetchurl, intltool, pkg-config, python3Packages, bluez, gtk3
-, obex_data_server, xdg_utils, dnsmasq, dhcp, libappindicator, iproute
+, obex_data_server, xdg-utils, dnsmasq, dhcp, libappindicator, iproute
 , gnome3, librsvg, wrapGAppsHook, gobject-introspection, autoreconfHook
 , networkmanager, withPulseAudio ? config.pulseaudio or stdenv.isLinux, libpulseaudio, fetchpatch }:
 
 let
   pythonPackages = python3Packages;
-  binPath = lib.makeBinPath [ xdg_utils dnsmasq dhcp iproute ];
+  binPath = lib.makeBinPath [ xdg-utils dnsmasq dhcp iproute ];
 
 in stdenv.mkDerivation rec {
   pname = "blueman";