python3.pkgs.spectral-cube: mark as broken

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

View file

@ -63,5 +63,7 @@ buildPythonPackage rec {
changelog = "https://github.com/radio-astro-tools/spectral-cube/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ smaret ];
# Tests fail to start, according to Hydra
broken = true;
};
}