about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2023-08-30 06:10:47 -0700
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-27 15:32:44 +0200
commit31a7d7ba4cc389d4fda0fba97d9be2e1ae393ea7 (patch)
treeac4c415fe955fadbcb4507022ca7ce457fde86d5 /pkgs
parentdbdc0095802278f807979884bd555a2ab7df8a1e (diff)
python310Packages.recordlinkage: add missing build dependencies
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/recordlinkage/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/recordlinkage/default.nix b/pkgs/development/python-modules/recordlinkage/default.nix
index 4d8ab8e8a8c99..7b92cfacebf9d 100644
--- a/pkgs/development/python-modules/recordlinkage/default.nix
+++ b/pkgs/development/python-modules/recordlinkage/default.nix
@@ -15,6 +15,7 @@
 , scipy
 , setuptools
 , setuptools-scm
+, wheel
 }:
 
 buildPythonPackage rec {
@@ -32,6 +33,7 @@ buildPythonPackage rec {
   nativeBuildInputs = [
     setuptools
     setuptools-scm
+    wheel
   ];
 
   propagatedBuildInputs = [