facette: mark as broken since it requires internet

It _is_ buildable, just not without an internet connection (like in hydra)
This commit is contained in:
Francesco Gazzetta 2018-08-20 16:10:06 +02:00
parent fbab1a3cae
commit 0e0e963847

View File

@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
homepage = https://facette.io/;
license = licenses.bsd3;
maintainers = with maintainers; [ fgaz ];
broken = true; # not really broken, it just requires an internet connection to build. see #45382
};
}