mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
47dda6e01e
commit
133be097a8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue