1
0
Fork 1
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:
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;
};
}