mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
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:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user