1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-17 15:50:31 +02:00

gnu: libarea: Build with cmake-minimal.

* gnu/packages/engineering.scm (libarea)[native-inputs]: Change from CMAKE to
CMAKE-MINIMAL.
This commit is contained in:
Marius Bakke
2020-03-15 13:28:27 +01:00
parent 76e0b5ba26
commit c085742e07

View File

@@ -2432,7 +2432,7 @@ interpolation toolkit.")
(inputs `(("boost" ,boost)
("python-wrapper" ,python-wrapper)))
(native-inputs
`(("cmake" ,cmake)))
`(("cmake" ,cmake-minimal)))
(arguments
`(#:tests? #f
#:phases