solvespace: Fix path in desktop entry file
This commit is contained in:
parent
d2aa638ee2
commit
ff22d73d2e
@ -32,6 +32,11 @@ stdenv.mkDerivation rec {
|
|||||||
EOF
|
EOF
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
substituteInPlace $out/share/applications/solvespace.desktop \
|
||||||
|
--replace /usr/bin/ $out/bin/ \
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A parametric 3d CAD program";
|
description = "A parametric 3d CAD program";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user