Unverified Commit 7d301ebe authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

Merge pull request #208190 from SharzyL/fix-parsec-bin-desktop

parsec-bin: fix desktop entry exec and icon
parents 3fc5b4b8 bfd10b62
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
  '';