mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
StumpWM seems to be useless unless default GUI for the platform is X11
svn path=/nixpkgs/trunk/; revision=17213
This commit is contained in:
parent
ef643cbe09
commit
5915d8560d
|
@ -55,5 +55,7 @@ rec {
|
|||
meta = {
|
||||
description = "Common Lisp-based ratpoison-like window manager.";
|
||||
maintainers = [args.lib.maintainers.raskin];
|
||||
platforms = with args.lib.platforms;
|
||||
linux ++ freebsd;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue