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:
@@ -2432,7 +2432,7 @@ interpolation toolkit.")
|
||||
(inputs `(("boost" ,boost)
|
||||
("python-wrapper" ,python-wrapper)))
|
||||
(native-inputs
|
||||
`(("cmake" ,cmake)))
|
||||
`(("cmake" ,cmake-minimal)))
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
#:phases
|
||||
|
||||
Reference in New Issue
Block a user