guix: make cmake-minimal a global requirement

Needed for switching to building miniupnpc with CMake.
This commit is contained in:
fanquake
2024-03-22 14:24:28 +00:00
parent 19b968f743
commit 884330c0a5

View File

@@ -499,6 +499,7 @@ inspecting signatures in Mach-O binaries.")
gzip gzip
xz xz
;; Build tools ;; Build tools
cmake-minimal
gnu-make gnu-make
libtool libtool
autoconf-2.71 autoconf-2.71
@@ -532,7 +533,6 @@ inspecting signatures in Mach-O binaries.")
(list gcc-toolchain-10 "static") (list gcc-toolchain-10 "static")
binutils binutils
clang-toolchain-17 clang-toolchain-17
cmake-minimal
python-signapple python-signapple
zip)) zip))
(else '()))))) (else '())))))