summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-02-08 11:19:32 +0200
committerAndreas Enge <andreas@enge.fr>2026-02-21 10:14:48 +0100
commit8f0c4c348bd2fc01b7fe93c200d8ef15cdb5d0c5 (patch)
tree68ac78d0b8d592d108b2486c9961e2bcbbae256d /gnu/packages
parent6196d926ef104b3d2149b9e06e7cb7d1902e9f3b (diff)
gnu: gdb/pinned: Update to 17.1.
* gnu/packages/gdb.scm (gdb/pinned): Update to 17.1. [arguments]: Remove the phase as requested in the TODO. Change-Id: I3b479fc15c716b2f2e182184bddc035799d35bbf
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gdb.scm11
1 files changed, 2 insertions, 9 deletions
diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index 62e014fa91b..8221d868d37 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -210,21 +210,14 @@ written in C, C++, Ada, Objective-C, Pascal and more.")
;; enough to avoid massive rebuilds.
(package
(inherit gdb-17)
- (version "12.1")
+ (version "17.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gdb/gdb-"
version ".tar.xz"))
(sha256
(base32
- "1vczsqcbh5y0gx7qrclpna0qzx26sk7lra6y8qzxam1biyzr65qf"))))
- ;; TODO: Remove this when updating gdb/pinned.
- (arguments
- (substitute-keyword-arguments (package-arguments gdb-17)
- ((#:configure-flags flags '())
- (if (target-hurd64?)
- #~'("--enable-targets=i586-pc-gnu,x86_64-pc-gnu")
- #~'()))))
+ "0xnqqv3j463r5rnfmblj3zwhf0l0lyy4bp1zaid8zxn9fignz68l"))))
(properties `((hidden? . #t)))))
(define-public gdb-15