python3Packages.pybids: mark broken
see https://github.com/bids-standard/pybids/issues/680
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user