python-packages nipype

networkx works on py3k, however, nipype 0.10.0 doesn't. Upstream master
seems to work with py3k though.
This commit is contained in:
Frederik Rietdijk 2015-08-29 12:29:03 +02:00
parent 069a168e0c
commit 8eac52d5c6

View file

@ -8416,6 +8416,9 @@ let
version = "0.10.0";
name = "nipype-${version}";
# Uses python 2 print. Master seems to be Py3 compatible.
disabled = isPy3k;
src = pkgs.fetchurl {
url = "http://pypi.python.org/packages/source/n/nipype/${name}.tar.gz";
md5 = "480013709633a6d292e2ef668443e0c9";