webbrowser: mark as broken

https://github.com/NixOS/nixpkgs/issues/108615

authored by

Eduardo Sánchez Muñoz and committed by
Jonathan Ringer
80badc89 cad4d1cd

+1
+1
pkgs/applications/networking/browsers/webbrowser/default.nix
··· 104 license = [ licenses.mpl20 licenses.gpl3 ]; 105 maintainers = with maintainers; [ TheBrainScrambler ]; 106 platforms = [ "i686-linux" "x86_64-linux" ]; 107 }; 108 }
··· 104 license = [ licenses.mpl20 licenses.gpl3 ]; 105 maintainers = with maintainers; [ TheBrainScrambler ]; 106 platforms = [ "i686-linux" "x86_64-linux" ]; 107 + broken = true; # 2021-01-07 108 }; 109 }