summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-12-15 21:11:45 -0800
committerJon <jonringer@users.noreply.github.com>2019-12-16 12:59:41 -0800
commitb443abf91494fa416ac1af7c8a751a44349d6253 (patch)
tree4c978e973e8db28a9697b9e9074eeeba1f13b19e
parentc68dad170f32ae1a4bbb33812d7ae8ab54002623 (diff)
downloadnixpkgs-b443abf91494fa416ac1af7c8a751a44349d6253.tar
nixpkgs-b443abf91494fa416ac1af7c8a751a44349d6253.tar.gz
nixpkgs-b443abf91494fa416ac1af7c8a751a44349d6253.tar.bz2
nixpkgs-b443abf91494fa416ac1af7c8a751a44349d6253.tar.lz
nixpkgs-b443abf91494fa416ac1af7c8a751a44349d6253.tar.xz
nixpkgs-b443abf91494fa416ac1af7c8a751a44349d6253.tar.zst
nixpkgs-b443abf91494fa416ac1af7c8a751a44349d6253.zip
python3Packages.starfish: disable due to incompatible dependencies
isn't compatible with latest python-dateutil or scikit-image
-rw-r--r--pkgs/development/python-modules/starfish/default.nix1
1 files changed, 1 insertions, 0 deletions
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
   };
 }