python3Packages.pybids: mark broken

see https://github.com/bids-standard/pybids/issues/680
This commit is contained in:
Jonathan Ringer 2021-08-16 08:15:43 -07:00
parent d24ebde667
commit b68618fc56
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -42,5 +42,8 @@ buildPythonPackage rec {
homepage = "https://github.com/bids-standard/pybids";
license = licenses.mit;
maintainers = with maintainers; [ jonringer ];
# Doesn't support sqlalchemy >=1.4
# See https://github.com/bids-standard/pybids/issues/680
broken = true;
};
}