nix: merge mmsg to mangowc project

This commit is contained in:
ProggerX 2025-10-18 09:46:18 +03:00 committed by DreamMaoMao
parent 80efd31e21
commit 02d65c33e4
4 changed files with 2 additions and 71 deletions

View file

@ -16,7 +16,6 @@
enableXWayland ? true,
meson,
ninja,
mmsg,
scenefx,
wlroots_0_19,
libGL,
@ -60,7 +59,6 @@ in
passthru = {
providedSessions = ["mango"];
inherit mmsg;
};
meta = {
@ -71,4 +69,4 @@ in
maintainers = [];
platforms = lib.platforms.unix;
};
}
}

View file

@ -21,12 +21,7 @@ in {
environment.systemPackages =
[
cfg.package
]
++ (
if (builtins.hasAttr "mmsg" cfg.package)
then [cfg.package.mmsg]
else []
);
];
xdg.portal = {
enable = lib.mkDefault true;