mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-contourpy: Build with cmake-minimal.
* gnu/packages/python-xyz.scm (python-contourpy)[native-inputs]: Replace cmake with cmake-minimal. Change-Id: I015930e4d75dc58e8e23210ca6c8d1e7c4a3c04b
This commit is contained in:
parent
a3846be4c5
commit
ef3eb6a2b3
1 changed files with 1 additions and 1 deletions
|
@ -1327,7 +1327,7 @@ into dataclasses.")
|
|||
(propagated-inputs
|
||||
(list python-numpy))
|
||||
(native-inputs
|
||||
(list cmake
|
||||
(list cmake-minimal
|
||||
meson-python
|
||||
pkg-config
|
||||
pybind11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue