[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: rust: Build with Make 4.2.
From: |
guix-commits |
Subject: |
01/02: gnu: rust: Build with Make 4.2. |
Date: |
Tue, 31 Mar 2020 09:49:38 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 47cd0febe957b698cc2ae28978bdc3bc89e787f9
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Mar 30 15:07:49 2020 +0200
gnu: rust: Build with Make 4.2.
Fixes <https://bugs.gnu.org/39949>.
* gnu/packages/rust.scm (rust-1.20)[native-inputs]: Add GNU-MAKE-4.2.
---
gnu/packages/rust.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 6774603..5e5748f 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -469,6 +469,10 @@ safety and thread safety guarantees.")
(delete-file-recursively "src/llvm")
#t))
(patches '())))
+ (native-inputs
+ `(;; The tests fail with newer versions of GNU Make.
+ ("make" ,gnu-make-4.2)
+ ,@(package-native-inputs base-rust)))
(outputs '("out" "doc" "cargo"))
;; Since rust-1.19 is local, it's quite probable that Hydra
;; will build rust-1.19 only as a dependency of rust-1.20.