Commit 55b52d27 authored by Doron Behar's avatar Doron Behar
Browse files

python3.pkgs.astroquery: mark as broken

parent 221fbf12
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -66,6 +66,8 @@ buildPythonPackage rec {
    description = "Functions and classes to access online data resources";
    homepage = "https://astroquery.readthedocs.io/";
    license = licenses.bsd3;
    # Broken since a certain astropy update, due to API incompatibility
    broken = true;
    maintainers = [ maintainers.smaret ];
  };
}