gnu: libarea: Build with cmake-minimal.
* gnu/packages/engineering.scm (libarea)[native-inputs]: Change from CMAKE to CMAKE-MINIMAL.
This commit is contained in:
parent
76e0b5ba26
commit
c085742e07
1 changed files with 1 additions and 1 deletions
|
@ -2432,7 +2432,7 @@ interpolation toolkit.")
|
||||||
(inputs `(("boost" ,boost)
|
(inputs `(("boost" ,boost)
|
||||||
("python-wrapper" ,python-wrapper)))
|
("python-wrapper" ,python-wrapper)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cmake" ,cmake)))
|
`(("cmake" ,cmake-minimal)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Reference in a new issue