about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/stumpwm
diff options
context:
space:
mode:
authorxeji <xeji@cat3.de>2018-04-11 11:54:31 +0200
committerxeji <xeji@cat3.de>2018-04-12 23:04:04 +0200
commitaf555f8f2165cc2e4b9463eddb4ea73c5cc14c92 (patch)
tree36e29d6398cfbdf285944cd4aef286eda2fa58dd /pkgs/applications/window-managers/stumpwm
parentb5a9656511dc40614765f16d248027f5382da9c1 (diff)
downloadnixlib-af555f8f2165cc2e4b9463eddb4ea73c5cc14c92.tar
nixlib-af555f8f2165cc2e4b9463eddb4ea73c5cc14c92.tar.gz
nixlib-af555f8f2165cc2e4b9463eddb4ea73c5cc14c92.tar.bz2
nixlib-af555f8f2165cc2e4b9463eddb4ea73c5cc14c92.tar.lz
nixlib-af555f8f2165cc2e4b9463eddb4ea73c5cc14c92.tar.xz
nixlib-af555f8f2165cc2e4b9463eddb4ea73c5cc14c92.tar.zst
nixlib-af555f8f2165cc2e4b9463eddb4ea73c5cc14c92.zip
stumpwm, stumpwm-git: mark as broken
Diffstat (limited to 'pkgs/applications/window-managers/stumpwm')
-rw-r--r--pkgs/applications/window-managers/stumpwm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/stumpwm/default.nix b/pkgs/applications/window-managers/stumpwm/default.nix
index e7427fa7763a..117d4fe1d6a8 100644
--- a/pkgs/applications/window-managers/stumpwm/default.nix
+++ b/pkgs/applications/window-managers/stumpwm/default.nix
@@ -99,5 +99,6 @@ stdenv.mkDerivation rec {
     license     = licenses.gpl2Plus;
     maintainers = with maintainers; [ the-kenny ];
     platforms   = platforms.linux;
+    broken = true; # 2018-04-11
   };
 }