Skip to content

Freecad: fix build with vtk 9.5#421276

Merged
K900 merged 2 commits into
NixOS:masterfrom
qbisi:freecad
Jul 9, 2025
Merged

Freecad: fix build with vtk 9.5#421276
K900 merged 2 commits into
NixOS:masterfrom
qbisi:freecad

freecad: fix build with vtk 9.5

51fb016
Select commit
Loading
Failed to load commit list.
OfBorg / freecad, freecad.passthru.tests on aarch64-darwin skipped Jul 1, 2025 in 0s

No attempt

The following builds were skipped because they don't evaluate on aarch64-darwin: freecad, freecad.passthru.tests

Details

Partial log

                then pass `--impure` in order to allow use of environment variables.

       b) For `nixos-rebuild` you can set
         { nixpkgs.config.allowUnsupportedSystem = true; }
       in configuration.nix to override this.

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnsupportedSystem = true; }
       to ~/.config/nixpkgs/config.nix.