me
/
guix
Archived
1
0
Fork 0

gnu: gdb-minimal: Update to 12.x.

* gnu/packages/gdb.scm (gdb-minimal): Rebase on GDB-12.
master
Ludovic Courtès 2023-04-18 15:38:36 +02:00
parent 2842b383dd
commit b49fd5daab
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

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