summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/radio/ubertooth
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-02 17:04:58 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-02 17:04:58 +0200
commit03a351da00dd9ae2093be0d1112a2a789de0ca5e (patch)
treec69025ae48c9b680a008a44e0cb74b37bc2bcfc5 /pkgs/applications/radio/ubertooth
parentd836234e77cc5bd0f5479a28a11a1953293aa7bf (diff)
ubertooth: pkgconfig -> pkg-config
Diffstat (limited to 'pkgs/applications/radio/ubertooth')
-rw-r--r--pkgs/applications/radio/ubertooth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/ubertooth/default.nix b/pkgs/applications/radio/ubertooth/default.nix
index 47ebb9a50c1d..2f6eed575b4d 100644
--- a/pkgs/applications/radio/ubertooth/default.nix
+++ b/pkgs/applications/radio/ubertooth/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchFromGitHub, cmake, pkgconfig, libbtbb, libpcap , libusb1, bluez
+{ stdenv, lib, fetchFromGitHub, cmake, pkg-config, libbtbb, libpcap , libusb1, bluez
, udevGroup ? "ubertooth"
}:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
sourceRoot = "source/host";
- nativeBuildInputs = [ cmake pkgconfig ];
+ nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ libbtbb libpcap libusb1 bluez ];
cmakeFlags = lib.optionals stdenv.isLinux [