about summary refs log tree commit diff
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2022-02-15 21:30:06 +0000
committerGitHub <noreply@github.com>2022-02-15 21:30:06 +0000
commitb6e5de22521f3f92457ab9bbe6c4801c50c0f622 (patch)
tree0663dd9e32ccf7d76d610f3ffa9622e43b33bc83
parent7ff1fdfc7834c3a616a1f70a4e70eaf78fdadb80 (diff)
parent73ba387fc13b17cfc67423ea902e9be28a4c831d (diff)
Merge pull request #160208 from alyssais/zbar
zbar: enable parallel building
-rw-r--r--pkgs/tools/graphics/zbar/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/zbar/default.nix b/pkgs/tools/graphics/zbar/default.nix
index e17580d9c000e..b75df56e43277 100644
--- a/pkgs/tools/graphics/zbar/default.nix
+++ b/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 = ''