Unverified Commit 93729ea6 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

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

parents 1c283e75 6d8602e8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;