about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-02-15 20:28:02 +0000
committerAlyssa Ross <hi@alyssa.is>2022-02-15 20:28:02 +0000
commit73ba387fc13b17cfc67423ea902e9be28a4c831d (patch)
tree89597b3178762c82e49be9db0c7928d3cca5f3fd
parent504157bbe81b33d468b156d625daf96255031802 (diff)
zbar: enable parallel building
Tested at -j48.
-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 = ''