Merge #62442: freecad: move docs to correct location

This commit is contained in:
Vladimír Čunát 2019-06-11 13:09:05 +02:00
commit 946a788dea
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -39,6 +39,10 @@ in stdenv.mkDerivation rec {
--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";
homepage = https://www.freecadweb.org/;