forked from mirrors/nixpkgs
tuxpaint: enable parallel building
Tested at -j48.
This commit is contained in:
parent
3d0e5c1227
commit
674223e648
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue