dwb: mark it as broken, closes #7952

Changed files
+4
pkgs
applications
networking
browsers
+4
pkgs/applications/networking/browsers/dwb/default.nix
···
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;
};
}