Merge pull request #27441 from jfrankenau/fix-solvespace

solvespace: Fix path in desktop entry file
This commit is contained in:
Joachim F 2017-07-17 21:30:18 +01:00 committed by GitHub
commit aa7d840bee

View File

@ -32,6 +32,11 @@ stdenv.mkDerivation rec {
EOF
'';
postInstall = ''
substituteInPlace $out/share/applications/solvespace.desktop \
--replace /usr/bin/ $out/bin/ \
'';
meta = {
description = "A parametric 3d CAD program";
license = stdenv.lib.licenses.gpl3;