efraim pushed a commit to branch rust-team in repository guix. commit b93468b1e9212692aa7f6e7a03634a45ccacfeb2 Author: Efraim Flashner <efr...@flashner.co.il> AuthorDate: Sun Oct 20 20:14:57 2024 +0300
gnu: python-contourpy: Build with cmake-minimal. * gnu/packages/python-xyz.scm (python-contourpy)[native-inputs]: Replace cmake with cmake-minimal. Change-Id: I015930e4d75dc58e8e23210ca6c8d1e7c4a3c04b --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5083473c08..3189711563 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1324,7 +1324,7 @@ into dataclasses.") (propagated-inputs (list python-numpy)) (native-inputs - (list cmake + (list cmake-minimal meson-python pkg-config pybind11