freecad: link doc path

`freecad` expects doc to exist in `$out/share/doc`,
or else the `About FreeCAD` menu complains:

```
10:49:34  QTextBrowser: No document for file:////nix/store/fspwhlqvj876sw05292780clfsphx1zj-freecad-1.0.0/share/doc/FreeCAD//ThirdPartyLibraries.html
```
This commit is contained in:
Grimmauld
2025-05-20 10:50:55 +02:00
parent dd009f4a82
commit 1b8c739322
+1
View File
@@ -205,6 +205,7 @@ freecad-utils.makeCustomizable (
postFixup = ''
mv $out/share/doc $out
ln -s $out/doc $out/share/doc
ln -s $out/bin/FreeCAD $out/bin/freecad
ln -s $out/bin/FreeCADCmd $out/bin/freecadcmd
'';