zbar: enable parallel building

Tested at -j48.
main
Alyssa Ross 2 years ago
parent 504157bbe8
commit 73ba387fc1
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0
  1. 2
      pkgs/tools/graphics/zbar/default.nix

@ -83,6 +83,8 @@ stdenv.mkDerivation rec {
wrapQtApp "$out/bin/zbarcam-qt"
'';
enableParallelBuilding = true;
meta = with lib; {
description = "Bar code reader";
longDescription = ''

Loading…
Cancel
Save