diff options
author | Vinicius Monego <monego@posteo.net> | 2024-12-22 11:21:42 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-12-22 14:00:56 -0300 |
commit | da94cd1ea69559a80d291c6a574b0f23e30c64f2 (patch) | |
tree | bb43edb658510dce6819d8f465d14a8e6e35cc20 /gnu/packages | |
parent | 25c98faab77f16ff4286f74f9b40e2e72d4acf91 (diff) | |
download | guix-da94cd1ea69559a80d291c6a574b0f23e30c64f2.tar.gz guix-da94cd1ea69559a80d291c6a574b0f23e30c64f2.zip |
gnu: python-primecountpy: Fix build.
* gnu/packages/maths.scm (python-primecountpy)[native-inputs]: Add
python-wheel.
Change-Id: I5d2034b237106291b2453b25a94b0d164b7ece49
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/maths.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 7f53d50f23..f3265423b4 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4110,7 +4110,8 @@ bindings to almost all functions of PETSc.") (native-inputs (list python-cysignals python-cython - python-setuptools)) + python-setuptools + python-wheel)) (inputs (list pari-gp primecount |