phosh: Use wayland session desktop entry from upstream

This commit is contained in:
Rodney Lorrimar
2024-02-07 20:10:15 +11:00
committed by tomf
parent 42952e0ea2
commit a9982a78ee
@@ -113,18 +113,9 @@ stdenv.mkDerivation (finalAttrs: {
)
'';
postFixup = ''
mkdir -p $out/share/wayland-sessions
ln -s $out/share/applications/sm.puri.Phosh.desktop $out/share/wayland-sessions/
'';
passthru = {
providedSessions = [
"sm.puri.Phosh"
];
providedSessions = [ "phosh" ];
tests.phosh = nixosTests.phosh;
updateScript = directoryListingUpdater { };
};