python.pkgs.nipype: add missing dependency
This commit is contained in:
parent
9e751587c7
commit
ac21188b6e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue