From 73ba387fc13b17cfc67423ea902e9be28a4c831d Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 15 Feb 2022 20:28:02 +0000 Subject: [PATCH] zbar: enable parallel building Tested at -j48. --- pkgs/tools/graphics/zbar/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/graphics/zbar/default.nix b/pkgs/tools/graphics/zbar/default.nix index e17580d9c00..b75df56e432 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 = ''