Merge pull request #290004 from a-kenji/xdg-cosmic-portal/main

xdg-desktop-portal-cosmic: set `meta.mainProgram`
This commit is contained in:
Lily Foster 2024-02-19 23:02:41 -05:00 committed by GitHub
commit d34b0c9495
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,6 +56,7 @@ rustPlatform.buildRustPackage rec {
description = "XDG Desktop Portal for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
mainProgram = "xdg-desktop-portal-cosmic";
platforms = platforms.linux;
};
}