gnu: rust@1.27: Add comment about GDB requirement.

This is a follow-up to commit 47dda6e01e.

* gnu/packages/rust.scm (rust-1.27)[native-inputs]: Add comment.
This commit is contained in:
Marius Bakke 2019-10-18 18:28:32 +02:00
parent 47dda6e01e
commit 133be097a8
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -780,6 +780,8 @@ (define-public rust-1.27
"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