lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.recordlinkage: add missing build dependencies

authored by

Theodore Ni and committed by
Martin Weinelt
31a7d7ba dbdc0095

+2
+2
pkgs/development/python-modules/recordlinkage/default.nix
··· 15 15 , scipy 16 16 , setuptools 17 17 , setuptools-scm 18 + , wheel 18 19 }: 19 20 20 21 buildPythonPackage rec { ··· 32 33 nativeBuildInputs = [ 33 34 setuptools 34 35 setuptools-scm 36 + wheel 35 37 ]; 36 38 37 39 propagatedBuildInputs = [