mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
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
@ -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 New Issue
Block a user