opt: mmsg as passthru

This commit is contained in:
EdenQwQ 2025-03-26 00:25:54 +08:00
parent 9d78c83fa3
commit ed7e8bf93a
4 changed files with 24 additions and 42 deletions

View file

@ -16,6 +16,7 @@
meson,
ninja,
wlroots,
mmsg,
}:
let
pname = "maomaowm";
@ -51,6 +52,7 @@ stdenv.mkDerivation {
passthru = {
providedSessions = [ "maomao" ];
inherit mmsg;
};
meta = {