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:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user