river: Add missing session .desktop file (#504100)

This commit is contained in:
Adam C. Stephens
2026-03-27 23:36:20 +00:00
committed by GitHub
+4
View File
@@ -75,6 +75,10 @@ stdenv.mkDerivation (finalAttrs: {
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "-version";
postInstall = ''
install contrib/river.desktop -Dt $out/share/wayland-sessions
'';
passthru = {
providedSessions = [ "river" ];
updateScript = ./update.sh;