sane-backends: support parallel building
This commit is contained in:
parent
9b611844f1
commit
2dff799a10
@ -20,12 +20,13 @@ stdenv.mkDerivation {
|
||||
outputs = [ "out" "doc" "man" ];
|
||||
|
||||
configureFlags = []
|
||||
++ stdenv.lib.optional (avahi != null) "--enable-avahi"
|
||||
++ stdenv.lib.optional (avahi != null) "--enable-avahi"
|
||||
++ stdenv.lib.optional (libusb1 != null) "--enable-libusb_1_0"
|
||||
;
|
||||
|
||||
buildInputs = [ avahi libusb1 libv4l net_snmp ];
|
||||
nativeBuildInputs = [ gettext pkgconfig ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = let
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user