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:
parent
069a168e0c
commit
8eac52d5c6
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue