windowmaker: enable for darwin

It builds fine and I am able to run it through XQuartz server.

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
Ihar Hrachyshka 2025-06-01 17:55:09 -04:00
parent 9ff2edbd1d
commit d262e402bb

View file

@ -83,6 +83,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl2Plus;
mainProgram = "wmaker";
maintainers = [ ];
platforms = lib.platforms.linux;
platforms = lib.platforms.unix;
};
})