freecad: move docs to correct location

Move the help files to the location which the help viewer expects,
otherwise attempting to access help from the menus gives an error.
This commit is contained in:
Chris Rendle-Short 2019-06-02 09:00:48 +10:00
parent 99997f1bc2
commit 5f968f3028

@ -38,6 +38,10 @@ in stdenv.mkDerivation rec {
wrapProgram $out/bin/FreeCAD --prefix PYTHONPATH : $PYTHONPATH \
--set COIN_GL_NO_CURRENT_CONTEXT_CHECK 1
'';
postFixup = ''
mv $out/share/doc $out
'';
meta = with stdenv.lib; {
description = "General purpose Open Source 3D CAD/MCAD/CAx/CAE/PLM modeler";