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

sparkleshare: Remove fallback to Flatpak image
This commit is contained in:
Kevin Cox 2023-12-09 06:45:45 -05:00 committed by GitHub
commit 4e9c954290
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
'';