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:
parent
fbab1a3cae
commit
0e0e963847
@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://facette.io/;
|
homepage = https://facette.io/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ fgaz ];
|
maintainers = with maintainers; [ fgaz ];
|
||||||
|
broken = true; # not really broken, it just requires an internet connection to build. see #45382
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user