Merge pull request #273052 from kevincox/sparkleshare-no-flatpak
sparkleshare: Remove fallback to Flatpak image
This commit is contained in:
commit
4e9c954290
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue