mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
zbar: enable parallel building
Tested at -j48.
This commit is contained in:
parent
504157bbe8
commit
73ba387fc1
@ -83,6 +83,8 @@ stdenv.mkDerivation rec {
|
||||
wrapQtApp "$out/bin/zbarcam-qt"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Bar code reader";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user