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
|
, fetchFromGitHub
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, libbladeRF
|
, libbladeRF
|
||||||
, libusb
|
, libusb1
|
||||||
, ncurses
|
, ncurses
|
||||||
, rtl-sdr
|
, rtl-sdr
|
||||||
}:
|
}:
|
||||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libbladeRF
|
libbladeRF
|
||||||
libusb
|
libusb1
|
||||||
ncurses
|
ncurses
|
||||||
rtl-sdr
|
rtl-sdr
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue