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 af22850 commit 7011468Copy full SHA for 7011468
1 file changed
pkgs/by-name/fr/freecad/package.nix
@@ -147,6 +147,12 @@ freecad-utils.makeCustomizable (
147
url = "https://github.com/FreeCAD/FreeCAD/commit/3d2b7dc9c7ac898b30fe469b7cbd424ed1bca0a2.patch?full_index=1";
148
hash = "sha256-XCQdv/+dYdJ/ptA2VKrD63qYILyaP276ISMkmWLtT30=";
149
})
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
+ })
156
];
157
158
cmakeFlags = [
0 commit comments