Conversation
|
@GrahamcOfBorg build freecad |
|
@AndersonTorres @gebner I suspect there is some cruft in the derivation that could be removed, as there are many more dependencies than in my freecad.nix flake which contains only what is needed to build plus some optional ones for the features I use. However as I don't use every single feature I'm unsure as to whether some of these dependencies are required by the features that I don't use. |
bab50ac to
935e1d7
Compare
|
@wegank Merge conflict fixed, cheers 👍 |
|
I don't like that the FreeCAD package in nixpkgs was updated from a stable release to an unstable release candidate. Why couldn't the PR be tested here until the final upstream release was made? Or at least add the "rc" version as an additional low-prio package? What's the plan for the upcoming NixOS release? Ship a release candidate? |
|
FreeCAD is back on a stable release now: #357360 🎉 The release branch is still on 1.0rc2 though. |

Description of changes
Fixes #341214
Update FreeCAD to latest 1.0 Release Candidate (includes commits for all release candidates). I've had this building for quite some time in srounce/freecad.nix albeit with a slightly different slimmed down derivation. This PR ports the key changes to the existing Nixpkgs version allowing it to build 1.0RC.
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.