about summary refs log tree commit diff
path: root/pkgs/applications/radio
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-06-26 09:50:53 +0800
committerBobby Rong <rjl931189261@126.com>2023-06-26 09:50:53 +0800
commitdb7f1ee5748edc1ab2ab48d24c7f2208138ece4c (patch)
treed9b528a0f3402b5c9b8efda006573b0121851e36 /pkgs/applications/radio
parent4137dbc2737384c4cc9e2b5d3c4cfc6ba6e5f0cc (diff)
sdrplay: avoid using alias libusb
Diffstat (limited to 'pkgs/applications/radio')
-rw-r--r--pkgs/applications/radio/sdrplay/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/sdrplay/default.nix b/pkgs/applications/radio/sdrplay/default.nix
index 84fe590b38dae..8e7c14ec5e249 100644
--- a/pkgs/applications/radio/sdrplay/default.nix
+++ b/pkgs/applications/radio/sdrplay/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchurl, autoPatchelfHook, udev, libusb }:
+{ stdenv, lib, fetchurl, autoPatchelfHook, udev, libusb1 }:
 let
   arch =
     if stdenv.isx86_64 then "x86_64"
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ autoPatchelfHook ];
 
-  buildInputs = [ libusb udev stdenv.cc.cc.lib ];
+  buildInputs = [ libusb1 udev stdenv.cc.cc.lib ];
 
   unpackPhase = ''
     sh "$src" --noexec --target source