dump1090: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
This commit is contained in:
parent
faa2f094e9
commit
73e2823538
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
, fetchFromGitHub
|
||||
, pkgconfig
|
||||
, libbladeRF
|
||||
, libusb
|
||||
, libusb1
|
||||
, ncurses
|
||||
, rtl-sdr
|
||||
}:
|
||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [
|
||||
libbladeRF
|
||||
libusb
|
||||
libusb1
|
||||
ncurses
|
||||
rtl-sdr
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue