Unverified Commit 4e9c9542 authored by Kevin Cox's avatar Kevin Cox Committed by GitHub
Browse files

Merge pull request #273052 from kevincox/sparkleshare-no-flatpak

sparkleshare: Remove fallback to Flatpak image
parents b6160f9f 197b168f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -49,6 +49,9 @@ stdenv.mkDerivation rec {
  ];

  patchPhase = ''
    # SparkleShare's default desktop file falls back to flatpak.
    sed -ie "s_^Exec=.*_Exec=$out/bin/sparkleshare_" SparkleShare/Linux/SparkleShare.Autostart.desktop

    # Nix will manage the icon cache.
    echo '#!/bin/sh' >scripts/post-install.sh
  '';