librtlsdr: propagate libusb

Software depending on librtlsdr (like rngd) expect to be able to link libusb as well
main
Renaud 2 years ago committed by GitHub
parent 3095cedba1
commit b3a390543b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/libraries/librtlsdr/default.nix

@ -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";

Loading…
Cancel
Save