3
0
Fork 0
forked from mirrors/nixpkgs

python.pkgs.nipype: add missing dependency

This commit is contained in:
Frederik Rietdijk 2018-07-26 12:39:54 +02:00
parent 9e751587c7
commit ac21188b6e

View file

@ -8,6 +8,7 @@
, dateutil
, funcsigs
, future
, futures
, mock
, networkx
, nibabel
@ -46,6 +47,8 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace nipype/interfaces/base/tests/test_core.py \
--replace "/usr/bin/env bash" "${bash}/bin/bash"
rm pytest.ini
'';
propagatedBuildInputs = [
@ -53,6 +56,7 @@ buildPythonPackage rec {
dateutil
funcsigs
future
futures
networkx
nibabel
numpy