python3.pkgs.asdf: mark as broken

This commit is contained in:
Doron Behar 2023-09-23 11:34:34 +03:00
parent d77d51e702
commit c13b6f95e5

View file

@ -94,5 +94,7 @@ buildPythonPackage rec {
homepage = "https://github.com/asdf-format/asdf";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
# Many tests fail, according to Hydra
broken = true;
};
}