diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-15 13:28:27 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-15 15:09:06 +0100 |
commit | c085742e07aab494c9c7f7e00fd6ff4e25eb0568 (patch) | |
tree | e4ceeda6873366f78404b35a6eedf726932b058a /gnu | |
parent | 76e0b5ba2611c626f0591c0f0cef1609a4d32210 (diff) | |
download | patches-c085742e07aab494c9c7f7e00fd6ff4e25eb0568.tar patches-c085742e07aab494c9c7f7e00fd6ff4e25eb0568.tar.gz |
gnu: libarea: Build with cmake-minimal.
* gnu/packages/engineering.scm (libarea)[native-inputs]: Change from CMAKE to
CMAKE-MINIMAL.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/engineering.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index f3469b1815..361d4d54a6 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 |