me
/
guix
Archived
1
0
Fork 0

gnu: gdb: Update to 9.1.

* gnu/packages/gdb.scm (gdb/next): Update to 9.1.
master
Ludovic Courtès 2020-02-11 17:21:22 +01:00
parent a65ffbea50
commit ab42204fbc
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 10 additions and 0 deletions

View File

@ -131,6 +131,16 @@ written in C, C++, Ada, Objective-C, Pascal and more.")
(define-public gdb/next
(package/inherit
gdb-8.3
(version "9.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gdb/gdb-" version ".tar.xz"))
(sha256
(base32
"0dqp1p7w836iwijg1zb4a784n0j4pyjiw5v6h8fg5lpx6b40x7k9"))))
(arguments
`(#:out-of-source? #t
,@(package-arguments gdb-8.3)))
(inputs
`(("source-highlight" ,source-highlight)
,@(package-inputs gdb-8.3)))