Commit bb63d648 authored by Doron Behar's avatar Doron Behar
Browse files

python3.pkgs.spectral-cube: mark as broken

parent c13b6f95
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}