mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
windowmaker: enable for darwin (#413055)
This commit is contained in:
commit
ea088a6027
1 changed files with 1 additions and 1 deletions
|
@ -83,6 +83,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.gpl2Plus;
|
||||
mainProgram = "wmaker";
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue