Unverified Commit 2edca58a authored by Lily Foster's avatar Lily Foster Committed by GitHub
Browse files

Merge pull request #290001 from a-kenji/fix/cosmic-session

cosmic-session: fix xdg-desktop-portal-cosmic path
parents f2de70a7 fcb308ec
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -51,11 +51,10 @@ rustPlatform.buildRustPackage rec {
    "--set"
    "prefix"
    (placeholder "out")
    "--set"
    "xdp_cosmic"
    xdg-desktop-portal-cosmic
  ];

  env.XDP_COSMIC = lib.getExe xdg-desktop-portal-cosmic;

  passthru.providedSessions = [ "cosmic" ];

  meta = with lib; {