gnu: Rust: Use 'gdb-minimal' for tests.
authorMarius Bakke <marius@gnu.org>
Sat, 27 Jun 2020 10:33:03 +0000 (12:33 +0200)
committerMarius Bakke <marius@gnu.org>
Sat, 27 Jun 2020 10:33:03 +0000 (12:33 +0200)
* gnu/packages/rust.scm (rust-1.19.0)[native-inputs]: Change from GDB to
GDB-MINIMAL.

gnu/packages/rust.scm

index d139657..b084a6d 100644 (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)