From 5f968f30281964cdcef9479687fd99705afff89f Mon Sep 17 00:00:00 2001 From: Chris Rendle-Short Date: Sun, 2 Jun 2019 09:00:48 +1000 Subject: 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. --- pkgs/applications/graphics/freecad/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/applications/graphics/freecad') diff --git a/pkgs/applications/graphics/freecad/default.nix b/pkgs/applications/graphics/freecad/default.nix index c3177a8c7aa..c8ee309766c 100644 --- a/pkgs/applications/graphics/freecad/default.nix +++ b/pkgs/applications/graphics/freecad/default.nix @@ -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"; -- cgit 1.4.1