about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pybids
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-08-16 08:15:43 -0700
committerJonathan Ringer <jonringer117@gmail.com>2021-08-16 08:15:48 -0700
commitb68618fc5612c12b8f8a8c39ed51edf825b9e2b6 (patch)
treef7314ceb156dc0fa6104c6de7b63b7ec53f15870 /pkgs/development/python-modules/pybids
parentd24ebde667ab885de4f6cd81bd4f2916f8621f9c (diff)
python3Packages.pybids: mark broken
see https://github.com/bids-standard/pybids/issues/680
Diffstat (limited to 'pkgs/development/python-modules/pybids')
-rw-r--r--pkgs/development/python-modules/pybids/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pybids/default.nix b/pkgs/development/python-modules/pybids/default.nix
index 3ed34b4e73d79..97187abd75919 100644
--- a/pkgs/development/python-modules/pybids/default.nix
+++ b/pkgs/development/python-modules/pybids/default.nix
@@ -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;
   };
 }