me
/
guix
Archived
1
0
Fork 0

gnu: libarea: Build with cmake-minimal.

* gnu/packages/engineering.scm (libarea)[native-inputs]: Change from CMAKE to
CMAKE-MINIMAL.
master
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
1 changed files with 1 additions and 1 deletions

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