StumpWM seems to be useless unless default GUI for the platform is X11

svn path=/nixpkgs/trunk/; revision=17213
This commit is contained in:
Michael Raskin 2009-09-17 05:21:49 +00:00
parent ef643cbe09
commit 5915d8560d

View File

@ -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;
};
}