me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2020-03-30 15:07:49 +02:00
parent 1808e64de0
commit 47cd0febe9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 0 deletions

View File

@ -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.