Merge pull request #208190 from SharzyL/fix-parsec-bin-desktop
parsec-bin: fix desktop entry exec and icon
This commit is contained in:
commit
7d301ebe20
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@ stdenvNoCC.mkDerivation {
|
|||
--prefix LD_LIBRARY_PATH : "$runtimeDependenciesPath" \
|
||||
--run "$prepareParsec"
|
||||
|
||||
substituteInPlace $out/share/applications/parsecd.desktop \
|
||||
--replace "/usr/bin/parsecd" "parsecd" \
|
||||
--replace "/usr/share/icons" "${placeholder "out"}/share/icons"
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue