guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: Rust: Use 'gdb-minimal' for tests.


From: guix-commits
Subject: 04/06: gnu: Rust: Use 'gdb-minimal' for tests.
Date: Sat, 27 Jun 2020 06:56:01 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit a3997b83ff24007d0d3d14ff61e7e91133bd593b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jun 27 12:33:03 2020 +0200

    gnu: Rust: Use 'gdb-minimal' for tests.
    
    * gnu/packages/rust.scm (rust-1.19.0)[native-inputs]: Change from GDB to
    GDB-MINIMAL.
---
 gnu/packages/rust.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index d139657..b084a6d 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]