Merge pull request #160208 from alyssais/zbar
zbar: enable parallel building
This commit is contained in:
commit
b6e5de2252
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue