guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/15: gnu: libarea: Build with cmake-minimal.


From: guix-commits
Subject: 02/15: gnu: libarea: Build with cmake-minimal.
Date: Sun, 15 Mar 2020 10:11:08 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c085742e07aab494c9c7f7e00fd6ff4e25eb0568
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Mar 15 13:28:27 2020 +0100

    gnu: libarea: Build with cmake-minimal.
    
    * gnu/packages/engineering.scm (libarea)[native-inputs]: Change from CMAKE 
to
    CMAKE-MINIMAL.
---
 gnu/packages/engineering.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index f3469b1..361d4d5 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2432,7 +2432,7 @@ interpolation toolkit.")
       (inputs `(("boost" ,boost)
                 ("python-wrapper" ,python-wrapper)))
       (native-inputs
-       `(("cmake" ,cmake)))
+       `(("cmake" ,cmake-minimal)))
       (arguments
        `(#:tests? #f
          #:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]