[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: rust@1.27: Add comment about GDB requirement.
From: |
guix-commits |
Subject: |
01/01: gnu: rust@1.27: Add comment about GDB requirement. |
Date: |
Fri, 18 Oct 2019 12:29:40 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 133be097a8064219927b1698160ecbed34db12ac
Author: Marius Bakke <address@hidden>
Date: Fri Oct 18 18:28:32 2019 +0200
gnu: rust@1.27: Add comment about GDB requirement.
This is a follow-up to commit 47dda6e01e51478567e013e3814aaf48143abbc3.
* gnu/packages/rust.scm (rust-1.27)[native-inputs]: Add comment.
---
gnu/packages/rust.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index d04cb0a..cec565b 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -780,6 +780,8 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
"rust-1.25-accept-more-detailed-gdb-lines.patch"
"rust-reproducible-builds.patch")))))
(native-inputs
+ ;; FIXME: Rust 1.27 and some later versions require GDB 8.2
specifically.
+ ;; See <https://bugs.gnu.org/37810>.
(alist-replace "gdb" (list gdb-8.2)
(package-native-inputs base-rust)))
(arguments