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 c002f9a commit 51fb016Copy full SHA for 51fb016
1 file changed
pkgs/by-name/fr/freecad/package.nix
@@ -119,6 +119,11 @@ freecad-utils.makeCustomizable (
119
url = "https://github.com/FreeCAD/FreeCAD/commit/8e04c0a3dd9435df0c2dec813b17d02f7b723b19.patch?full_index=1";
120
hash = "sha256-H6WbJFTY5/IqEdoi5N+7D4A6pVAmZR4D+SqDglwS18c=";
121
})
122
+ # https://github.com/FreeCAD/FreeCAD/pull/22221
123
+ (fetchpatch {
124
+ url = "https://github.com/FreeCAD/FreeCAD/commit/3d2b7dc9c7ac898b30fe469b7cbd424ed1bca0a2.patch?full_index=1";
125
+ hash = "sha256-XCQdv/+dYdJ/ptA2VKrD63qYILyaP276ISMkmWLtT30=";
126
+ })
127
];
128
129
cmakeFlags = [
0 commit comments