me
/
guix
Archived
1
0
Fork 0

gnu: Rust: Use 'gdb-minimal' for tests.

* gnu/packages/rust.scm (rust-1.19.0)[native-inputs]: Change from GDB to
GDB-MINIMAL.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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)