summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-03-07 17:10:06 +0000
committerAlyssa Ross <hi@alyssa.is>2022-03-14 12:57:44 +0000
commit674223e6483b9e0b6c3e230492ceacd8957b9256 (patch)
tree4c598af78d9d21b6cce5a632aff336cd1a68cc2b
parent3d0e5c122777bdf62a9811c442c44f7f61a85d27 (diff)
downloadnixpkgs-674223e6483b9e0b6c3e230492ceacd8957b9256.tar
nixpkgs-674223e6483b9e0b6c3e230492ceacd8957b9256.tar.gz
nixpkgs-674223e6483b9e0b6c3e230492ceacd8957b9256.tar.bz2
nixpkgs-674223e6483b9e0b6c3e230492ceacd8957b9256.tar.lz
nixpkgs-674223e6483b9e0b6c3e230492ceacd8957b9256.tar.xz
nixpkgs-674223e6483b9e0b6c3e230492ceacd8957b9256.tar.zst
nixpkgs-674223e6483b9e0b6c3e230492ceacd8957b9256.zip
tuxpaint: enable parallel building
Tested at -j48.
-rw-r--r--pkgs/games/tuxpaint/default.nix2
1 files changed, 2 insertions, 0 deletions
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/";