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.
master
parent
47dda6e01e
commit
133be097a8
|
@ -780,6 +780,8 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
|
||||||
"rust-1.25-accept-more-detailed-gdb-lines.patch"
|
"rust-1.25-accept-more-detailed-gdb-lines.patch"
|
||||||
"rust-reproducible-builds.patch")))))
|
"rust-reproducible-builds.patch")))))
|
||||||
(native-inputs
|
(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)
|
(alist-replace "gdb" (list gdb-8.2)
|
||||||
(package-native-inputs base-rust)))
|
(package-native-inputs base-rust)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue