Merge pull request #134333 from jonringer/mark-pybids-broken

python3Packages.pybids: mark broken
This commit is contained in:
Sandro 2021-08-16 21:56:31 +02:00 committed by GitHub
commit e6af59efd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}