summary refs log tree commit diff
path: root/pkgs/applications/graphics/freecad
diff options
context:
space:
mode:
authorChris Rendle-Short <chris@killred.net>2019-06-02 09:00:48 +1000
committerChris Rendle-Short <chris@killred.net>2019-06-02 09:00:48 +1000
commit5f968f30281964cdcef9479687fd99705afff89f (patch)
tree70c465237e4de2f55245a64e81c96fefbb88ccd0 /pkgs/applications/graphics/freecad
parent99997f1bc29ff231e1acd6c8fb0f2b04755ab8e8 (diff)
downloadnixpkgs-5f968f30281964cdcef9479687fd99705afff89f.tar
nixpkgs-5f968f30281964cdcef9479687fd99705afff89f.tar.gz
nixpkgs-5f968f30281964cdcef9479687fd99705afff89f.tar.bz2
nixpkgs-5f968f30281964cdcef9479687fd99705afff89f.tar.lz
nixpkgs-5f968f30281964cdcef9479687fd99705afff89f.tar.xz
nixpkgs-5f968f30281964cdcef9479687fd99705afff89f.tar.zst
nixpkgs-5f968f30281964cdcef9479687fd99705afff89f.zip
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.
Diffstat (limited to 'pkgs/applications/graphics/freecad')
-rw-r--r--pkgs/applications/graphics/freecad/default.nix4
1 files changed, 4 insertions, 0 deletions
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";