mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 11:13:30 +00:00
Merge pull request #160208 from alyssais/zbar
zbar: enable parallel building
This commit is contained in:
commit
b6e5de2252
@ -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