Commit fcb308ec authored by a-kenji's avatar a-kenji
Browse files

cosmic-session: fix xdg-desktop-portal-cosmic path

parent abf7f7af
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; {