From 674223e6483b9e0b6c3e230492ceacd8957b9256 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 7 Mar 2022 17:10:06 +0000 Subject: tuxpaint: enable parallel building Tested at -j48. --- pkgs/games/tuxpaint/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/games/tuxpaint/default.nix b/pkgs/games/tuxpaint/default.nix index 0860e2b3be2..638fa170f50 100644 --- a/pkgs/games/tuxpaint/default.nix +++ b/pkgs/games/tuxpaint/default.nix @@ -46,6 +46,8 @@ stdenv.mkDerivation rec { rm -rf $out/share/tuxpaint/stamps/military ''; + enableParallelBuilding = true; + meta = { description = "Open Source Drawing Software for Children"; homepage = "http://www.tuxpaint.org/"; -- cgit 1.4.1