librtlsdr: propagate libusb

Software depending on librtlsdr (like rngd) expect to be able to link libusb as well
This commit is contained in:
Renaud 2022-01-27 14:34:32 +01:00 committed by GitHub
parent 3095cedba1
commit b3a390543b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config cmake ];
buildInputs = [ libusb1 ];
propagatedBuildInputs = [ libusb1 ];
meta = with lib; {
description = "Turns your Realtek RTL2832 based DVB dongle into a SDR receiver";