gnu: libarea: Build with cmake-minimal.
authorMarius Bakke <mbakke@fastmail.com>
Sun, 15 Mar 2020 12:28:27 +0000 (13:28 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Sun, 15 Mar 2020 14:09:06 +0000 (15:09 +0100)
* gnu/packages/engineering.scm (libarea)[native-inputs]: Change from CMAKE to
CMAKE-MINIMAL.

gnu/packages/engineering.scm

index f3469b1..361d4d5 100644 (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