libusb: get rid of systemd from library closures
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "libusb-compat-0.1.5";
|
||||
|
||||
outputs = [ "dev" "out" ]; # get rid of propagating systemd closure
|
||||
outputBin = "dev";
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
propagatedBuildInputs = [ libusb1 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user