forked from mirrors/nixpkgs
Merge pull request #27441 from jfrankenau/fix-solvespace
solvespace: Fix path in desktop entry file
This commit is contained in:
commit
aa7d840bee
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue