about summary refs log tree commit diff
path: root/pkgs/games
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 /pkgs/games
parent3d0e5c122777bdf62a9811c442c44f7f61a85d27 (diff)
downloadnixlib-674223e6483b9e0b6c3e230492ceacd8957b9256.tar
nixlib-674223e6483b9e0b6c3e230492ceacd8957b9256.tar.gz
nixlib-674223e6483b9e0b6c3e230492ceacd8957b9256.tar.bz2
nixlib-674223e6483b9e0b6c3e230492ceacd8957b9256.tar.lz
nixlib-674223e6483b9e0b6c3e230492ceacd8957b9256.tar.xz
nixlib-674223e6483b9e0b6c3e230492ceacd8957b9256.tar.zst
nixlib-674223e6483b9e0b6c3e230492ceacd8957b9256.zip
tuxpaint: enable parallel building
Tested at -j48.
Diffstat (limited to 'pkgs/games')
-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 0860e2b3be25..638fa170f50f 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/";