solvespace: Fix path in desktop entry file

This commit is contained in:
Johannes Frankenau 2017-07-17 11:24:10 +02:00
parent d2aa638ee2
commit ff22d73d2e

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;