Archived
1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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