dwb: mark it as broken, closes #7952

+4
+4
pkgs/applications/networking/browsers/dwb/default.nix
··· 30 platforms = platforms.mesaPlatforms; 31 maintainers = with maintainers; [ pSub ]; 32 license = licenses.gpl3; 33 }; 34 }
··· 30 platforms = platforms.mesaPlatforms; 31 maintainers = with maintainers; [ pSub ]; 32 license = licenses.gpl3; 33 + 34 + # dwb is no longer maintained by portix and efforts to keep it alive 35 + # were not successful, see issue #7952 for discussion. 36 + broken = true; 37 }; 38 }