mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
cosmic-session: fix xdg-desktop-portal-cosmic path
This commit is contained in:
parent
abf7f7afff
commit
fcb308ec7f
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user