Skip to content

Commit ac93904

Browse files
qbisimdaniels5757
authored andcommitted
freecad: fix build with vtk 9.5
(cherry picked from commit 51fb016)
1 parent 38b0f66 commit ac93904

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pkgs/by-name/fr/freecad/package.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ freecad-utils.makeCustomizable (
146146
url = "https://github.com/FreeCAD/FreeCAD/commit/8e04c0a3dd9435df0c2dec813b17d02f7b723b19.patch?full_index=1";
147147
hash = "sha256-H6WbJFTY5/IqEdoi5N+7D4A6pVAmZR4D+SqDglwS18c=";
148148
})
149+
# https://github.com/FreeCAD/FreeCAD/pull/22221
150+
(fetchpatch {
151+
url = "https://github.com/FreeCAD/FreeCAD/commit/3d2b7dc9c7ac898b30fe469b7cbd424ed1bca0a2.patch?full_index=1";
152+
hash = "sha256-XCQdv/+dYdJ/ptA2VKrD63qYILyaP276ISMkmWLtT30=";
153+
})
149154
];
150155

151156
cmakeFlags = [

0 commit comments

Comments
 (0)