We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec15024 commit e134cdbCopy full SHA for e134cdb
1 file changed
pkgs/by-name/fr/freecad/package.nix
@@ -150,6 +150,12 @@ freecad-utils.makeCustomizable (
150
url = "https://github.com/FreeCAD/FreeCAD/commit/3d2b7dc9c7ac898b30fe469b7cbd424ed1bca0a2.patch?full_index=1";
151
hash = "sha256-XCQdv/+dYdJ/ptA2VKrD63qYILyaP276ISMkmWLtT30=";
152
})
153
+ # Inform Coin to use EGL when on Wayland
154
+ # https://github.com/FreeCAD/FreeCAD/pull/21917
155
+ (fetchpatch {
156
+ url = "https://github.com/FreeCAD/FreeCAD/commit/60aa5ff3730d77037ffad0c77ba96b99ef0c7df3.patch?full_index=1";
157
+ hash = "sha256-K6PWQ1U+/fsjDuir7MiAKq71CAIHar3nKkO6TKYl32k=";
158
+ })
159
];
160
161
cmakeFlags = [
0 commit comments