mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
freecad: require big-parallel system feature
Otherwise we allocate a build slot that is too small for the amount of
work this package build requires.
(cherry picked from commit 54d67fe255)
This commit is contained in:
parent
a4b9b7b660
commit
4dd449d232
1 changed files with 3 additions and 0 deletions
|
|
@ -146,6 +146,9 @@ freecad-utils.makeCustomizable (
|
|||
};
|
||||
};
|
||||
|
||||
# 6.9k object files, cuts down build time from 2-3 hours to 15 minutes
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://www.freecad.org";
|
||||
description = "General purpose Open Source 3D CAD/MCAD/CAx/CAE/PLM modeler";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue