From 76b5c75d48a99789b0bc25e54a25cf97cbb83edf Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Tue, 4 Aug 2015 13:04:14 +0200 Subject: [PATCH] dwb: mark it as broken, closes #7952 --- pkgs/applications/networking/browsers/dwb/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/networking/browsers/dwb/default.nix b/pkgs/applications/networking/browsers/dwb/default.nix index 6f6ffd67a53..d79a5215ce2 100644 --- a/pkgs/applications/networking/browsers/dwb/default.nix +++ b/pkgs/applications/networking/browsers/dwb/default.nix @@ -30,5 +30,9 @@ stdenv.mkDerivation { platforms = platforms.mesaPlatforms; maintainers = with maintainers; [ pSub ]; license = licenses.gpl3; + + # dwb is no longer maintained by portix and efforts to keep it alive + # were not successful, see issue #7952 for discussion. + broken = true; }; }