libusb: get rid of systemd from library closures
This commit is contained in:
parent
92b968863a
commit
de99ea8c8f
@ -3,6 +3,9 @@
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "libusb-compat-0.1.5";
|
name = "libusb-compat-0.1.5";
|
||||||
|
|
||||||
|
outputs = [ "dev" "out" ]; # get rid of propagating systemd closure
|
||||||
|
outputBin = "dev";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
propagatedBuildInputs = [ libusb1 ];
|
propagatedBuildInputs = [ libusb1 ];
|
||||||
|
|
||||||
|
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0h38p9rxfpg9vkrbyb120i1diq57qcln82h5fr7hvy82c20jql3c";
|
sha256 = "0h38p9rxfpg9vkrbyb120i1diq57qcln82h5fr7hvy82c20jql3c";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "dev" "out" ]; # get rid of propagating systemd closure
|
||||||
|
|
||||||
buildInputs = [ pkgconfig ];
|
buildInputs = [ pkgconfig ];
|
||||||
propagatedBuildInputs = stdenv.lib.optional stdenv.isLinux udev;
|
propagatedBuildInputs = stdenv.lib.optional stdenv.isLinux udev;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user