From b443abf91494fa416ac1af7c8a751a44349d6253 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Sun, 15 Dec 2019 21:11:45 -0800 Subject: [PATCH] python3Packages.starfish: disable due to incompatible dependencies isn't compatible with latest python-dateutil or scikit-image --- pkgs/development/python-modules/starfish/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/starfish/default.nix b/pkgs/development/python-modules/starfish/default.nix index 25ce5a0f651..38934d9497a 100644 --- a/pkgs/development/python-modules/starfish/default.nix +++ b/pkgs/development/python-modules/starfish/default.nix @@ -85,5 +85,6 @@ buildPythonPackage rec { homepage = https://spacetx-starfish.readthedocs.io/en/latest/; license = licenses.mit; maintainers = [ maintainers.costrouc ]; + broken = true; # incompatible with latest python-dateutil, scikit-image }; }