guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: gdb-minimal: Update to 12.x.


From: guix-commits
Subject: 03/07: gnu: gdb-minimal: Update to 12.x.
Date: Tue, 18 Apr 2023 11:53:07 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit b49fd5daabefe7e89a839b03d8acd90e95c4275f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Apr 18 15:38:36 2023 +0200

    gnu: gdb-minimal: Update to 12.x.
    
    * gnu/packages/gdb.scm (gdb-minimal): Rebase on GDB-12.
---
 gnu/packages/gdb.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index 49cbed482b..493b30f841 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -168,7 +168,7 @@ written in C, C++, Ada, Objective-C, Pascal and more.")
   gdb-11)
 
 (define-public gdb-minimal
-  (package/inherit gdb
+  (package/inherit gdb-12
     (name "gdb-minimal")
     (inputs (fold alist-delete (package-inputs gdb)
                   '("libxml2" "ncurses" "python-wrapper" 
"source-highlight")))))



reply via email to

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