From db7f1ee5748edc1ab2ab48d24c7f2208138ece4c Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Mon, 26 Jun 2023 09:50:53 +0800 Subject: [PATCH] sdrplay: avoid using alias libusb --- pkgs/applications/radio/sdrplay/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/radio/sdrplay/default.nix b/pkgs/applications/radio/sdrplay/default.nix index 84fe590b38da..8e7c14ec5e24 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