gnu: libarea: Build with cmake-minimal.
* gnu/packages/engineering.scm (libarea)[native-inputs]: Change from CMAKE to CMAKE-MINIMAL.master
parent
76e0b5ba26
commit
c085742e07
|
@ -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