sane-backends: support parallel building

This commit is contained in:
Peter Hoeg 2017-09-10 15:44:52 +08:00
parent 9b611844f1
commit 2dff799a10

View file

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