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

python3.pkgs.asdf: mark as broken

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