mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: Rust: Use 'gdb-minimal' for tests.
* gnu/packages/rust.scm (rust-1.19.0)[native-inputs]: Change from GDB to GDB-MINIMAL.
This commit is contained in:
parent
b611597af8
commit
a3997b83ff
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ (define rust-1.19
|
||||||
`(("bison" ,bison) ; For the tests
|
`(("bison" ,bison) ; For the tests
|
||||||
("cmake" ,cmake-minimal)
|
("cmake" ,cmake-minimal)
|
||||||
("flex" ,flex) ; For the tests
|
("flex" ,flex) ; For the tests
|
||||||
("gdb" ,gdb) ; For the tests
|
("gdb" ,gdb-minimal) ; For the tests
|
||||||
("procps" ,procps) ; For the tests
|
("procps" ,procps) ; For the tests
|
||||||
("python-2" ,python-2)
|
("python-2" ,python-2)
|
||||||
("rustc-bootstrap" ,mrustc)
|
("rustc-bootstrap" ,mrustc)
|
||||||
|
|
Loading…
Reference in a new issue