webbrowser: mark as broken

https://github.com/NixOS/nixpkgs/issues/108615
This commit is contained in:
Eduardo Sánchez Muñoz 2021-01-07 18:24:02 +01:00 committed by Jonathan Ringer
parent cad4d1cd38
commit 80badc893d

View file

@ -104,5 +104,6 @@ in stdenv.mkDerivation rec {
license = [ licenses.mpl20 licenses.gpl3 ];
maintainers = with maintainers; [ TheBrainScrambler ];
platforms = [ "i686-linux" "x86_64-linux" ];
broken = true; # 2021-01-07
};
}