about summary refs log tree commit diff
path: root/pkgs/development/python-modules/h5py
diff options
context:
space:
mode:
authorMarkus S. Wamser <github-dev@mail2013.wamser.eu>2021-11-13 13:43:29 +0100
committerMarkus S. Wamser <github-dev@mail2013.wamser.eu>2021-11-13 13:43:29 +0100
commit9b001407a104fbdbb8fbcb72db7d0586bdc76795 (patch)
tree1f9e7c3b784b0cdafc3ca790e5a8b5736a78e7e3 /pkgs/development/python-modules/h5py
parent594fa6aea6019fab70647c84b502d3cf8361c5ee (diff)
pkgs.development.python-modules: remove unused args
Diffstat (limited to 'pkgs/development/python-modules/h5py')
-rw-r--r--pkgs/development/python-modules/h5py/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/h5py/default.nix b/pkgs/development/python-modules/h5py/default.nix
index dfa4288e54fc9..e555a41cfb0a7 100644
--- a/pkgs/development/python-modules/h5py/default.nix
+++ b/pkgs/development/python-modules/h5py/default.nix
@@ -1,5 +1,5 @@
-{ lib, fetchPypi, isPy27, python, buildPythonPackage, pythonOlder
-, numpy, hdf5, cython, six, pkgconfig, unittest2, fetchpatch
+{ lib, fetchPypi, isPy27, buildPythonPackage, pythonOlder
+, numpy, hdf5, cython, six, pkgconfig, unittest2
 , mpi4py ? null, openssh, pytestCheckHook, cached-property }:
 
 assert hdf5.mpiSupport -> mpi4py != null && hdf5.mpi == mpi4py.mpi;