mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 00:47:40 +00:00
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/;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ fgaz ];
|
||||
broken = true; # not really broken, it just requires an internet connection to build. see #45382
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user