guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gdb-minimal: Include guile.


From: guix-commits
Subject: branch master updated: gnu: gdb-minimal: Include guile.
Date: Sat, 27 Jun 2020 05:15:44 -0400

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 27bcf15  gnu: gdb-minimal: Include guile.
27bcf15 is described below

commit 27bcf151d1bbf1eab0da82d441c5b39fc58d2c79
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Jun 27 11:08:26 2020 +0200

    gnu: gdb-minimal: Include guile.
    
    * gnu/packages/gdb.scm (gdb-minimal): Do not remove guile, as it is a cheap
    and very useful dependency.
---
 gnu/packages/gdb.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index 38e45b1..8301217 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -164,5 +164,4 @@ written in C, C++, Ada, Objective-C, Pascal and more.")
    gdb-9.2
    (name "gdb-minimal")
    (inputs (fold alist-delete (package-inputs gdb)
-                 '("guile" "libxml2" "ncurses" "python-wrapper"
-                   "source-highlight")))))
+                 '("libxml2" "ncurses" "python-wrapper" "source-highlight")))))



reply via email to

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