janneke pushed a commit to branch core-packages-team
in repository guix.
commit cf5a783399d218373f00a13debea35bfb4252b8a
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Thu Jan 2 19:01:15 2025 +0100
gnu: rrdtool: Update to 1.9.0; fixes build with gcc-14.
* gnu/packages/rrdtool.scm (rrdtool): Update to 1.9.0.
[native-inputs]: Add autoconf, automake, gexttext-minimal, libtool.
Change-Id: Ia619407916a6488ade77028081881769031c5275
---
gnu/packages/rrdtool.scm | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/rrdtool.scm b/gnu/packages/rrdtool.scm
index 9c4859b52d..56908fa814 100644
--- a/gnu/packages/rrdtool.scm
+++ b/gnu/packages/rrdtool.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Mark H Weaver <[email protected]>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2025 Janneke Nieuwenhuizen <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -21,8 +22,10 @@
#:use-module (guix git-download)
#:use-module (gnu packages)
#:use-module (gnu packages algebra)
+ #:use-module (gnu packages autotools)
#:use-module (gnu packages base)
#:use-module (gnu packages fontutils)
+ #:use-module (gnu packages gettext)
#:use-module (gnu packages glib)
#:use-module (gnu packages groff)
#:use-module (gnu packages gtk)
@@ -39,7 +42,7 @@
(define-public rrdtool
(package
(name "rrdtool")
- (version "1.8.0")
+ (version "1.9.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -48,7 +51,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "04dhygsp34dykrnbbcqni5f7hih0hzqbnj6d2sl439lqbx9k3q3b"))))
+ "1h9zv9yxvcf86g4zp4g3k45vk1np8zaqisk9ixgxkc58b6xx5xh8"))))
(build-system gnu-build-system)
(inputs
(list cairo
@@ -58,7 +61,11 @@
pango
python))
(native-inputs
- (list groff
+ (list autoconf
+ automake
+ gettext-minimal
+ groff
+ libtool
pkg-config
;; For tests.
bc