Skip to content

Commit 7011468

Browse files
NickCaomdaniels5757
authored andcommitted
freecad: apply patch fixing crash on wayland
(cherry picked from commit 3d0c9bb)
1 parent af22850 commit 7011468

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@ freecad-utils.makeCustomizable (
147147
url = "https://github.com/FreeCAD/FreeCAD/commit/3d2b7dc9c7ac898b30fe469b7cbd424ed1bca0a2.patch?full_index=1";
148148
hash = "sha256-XCQdv/+dYdJ/ptA2VKrD63qYILyaP276ISMkmWLtT30=";
149149
})
150+
# Inform Coin to use EGL when on Wayland
151+
# https://github.com/FreeCAD/FreeCAD/pull/21917
152+
(fetchpatch {
153+
url = "https://github.com/FreeCAD/FreeCAD/commit/60aa5ff3730d77037ffad0c77ba96b99ef0c7df3.patch?full_index=1";
154+
hash = "sha256-K6PWQ1U+/fsjDuir7MiAKq71CAIHar3nKkO6TKYl32k=";
155+
})
150156
];
151157

152158
cmakeFlags = [

0 commit comments

Comments
 (0)