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:
Marius Bakke 2020-06-27 12:33:03 +02:00
parent b611597af8
commit a3997b83ff
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -420,7 +420,7 @@ (define rust-1.19
`(("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)