sane-backends: support parallel building
This commit is contained in:
parent
9b611844f1
commit
2dff799a10
@ -26,6 +26,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ avahi libusb1 libv4l net_snmp ];
|
buildInputs = [ avahi libusb1 libv4l net_snmp ];
|
||||||
nativeBuildInputs = [ gettext pkgconfig ];
|
nativeBuildInputs = [ gettext pkgconfig ];
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
postInstall = let
|
postInstall = let
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user