diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2018-09-13 10:35:11 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-09-13 17:17:15 +0200 |
commit | 6fe73b487b46fa8c60e8aee7e2d2a642e5024077 (patch) | |
tree | 01e8e20a809d93be4943ed7993e28a9013555c9e /gnu/local.mk | |
parent | 3cadd3ce93472987fec0bfb4fde9f6937775c7d8 (diff) | |
download | patches-6fe73b487b46fa8c60e8aee7e2d2a642e5024077.tar patches-6fe73b487b46fa8c60e8aee7e2d2a642e5024077.tar.gz |
gnu: rust: Accept more detailed gdb responses.
* gnu/packages/patches/rust-1.25-accept-more-detailed-gdb-lines.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/rust.scm (rust-1.25): Use it.
(rust-1.26): Use it.
(rust): Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index f15fb3339a..7b230cb6f5 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1124,6 +1124,7 @@ dist_patch_DATA = \ %D%/packages/patches/ruby-rack-ignore-failing-test.patch \ %D%/packages/patches/ruby-tzinfo-data-ignore-broken-test.patch\ %D%/packages/patches/rust-1.19-mrustc.patch \ + %D%/packages/patches/rust-1.25-accept-more-detailed-gdb-lines.patch \ %D%/packages/patches/rust-bootstrap-stage0-test.patch \ %D%/packages/patches/rust-coresimd-doctest.patch \ %D%/packages/patches/rxvt-unicode-escape-sequences.patch \ |