summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/window-managers/stumpwm
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2009-09-17 05:21:49 +0000
committerMichael Raskin <7c6f434c@mail.ru>2009-09-17 05:21:49 +0000
commit5915d8560d068227efa85bd4bcc179a8f592ebf4 (patch)
tree7149f1c5c1cc6618d8dea484826e9ad266b61b5e /pkgs/applications/window-managers/stumpwm
parentef643cbe09fbde17db58cae2d6c1fc942858d1a2 (diff)
StumpWM seems to be useless unless default GUI for the platform is X11
svn path=/nixpkgs/trunk/; revision=17213
Diffstat (limited to 'pkgs/applications/window-managers/stumpwm')
-rw-r--r--pkgs/applications/window-managers/stumpwm/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/stumpwm/default.nix b/pkgs/applications/window-managers/stumpwm/default.nix
index 40fb49859fd5..3369c6ea6c66 100644
--- a/pkgs/applications/window-managers/stumpwm/default.nix
+++ b/pkgs/applications/window-managers/stumpwm/default.nix
@@ -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;
};
}