gnu: Rust: Use 'gdb-minimal' for tests.
* gnu/packages/rust.scm (rust-1.19.0)[native-inputs]: Change from GDB to GDB-MINIMAL.master
parent
b611597af8
commit
a3997b83ff
|
@ -420,7 +420,7 @@ test = { path = \"../libtest\" }
|
|||
`(("bison" ,bison) ; For the tests
|
||||
("cmake" ,cmake-minimal)
|
||||
("flex" ,flex) ; For the tests
|
||||
("gdb" ,gdb) ; For the tests
|
||||
("gdb" ,gdb-minimal) ; For the tests
|
||||
("procps" ,procps) ; For the tests
|
||||
("python-2" ,python-2)
|
||||
("rustc-bootstrap" ,mrustc)
|
||||
|
|
Reference in New Issue