From af555f8f2165cc2e4b9463eddb4ea73c5cc14c92 Mon Sep 17 00:00:00 2001 From: xeji Date: Wed, 11 Apr 2018 11:54:31 +0200 Subject: [PATCH] stumpwm, stumpwm-git: mark as broken --- pkgs/applications/window-managers/stumpwm/default.nix | 1 + 1 file changed, 1 insertion(+) 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 }; }