windowmaker: enable for darwin (#413055)

This commit is contained in:
Nick Cao 2025-06-02 16:53:55 -04:00 committed by GitHub
commit ea088a6027
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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