summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2025-01-02 19:01:15 +0100
committerAndreas Enge <andreas@enge.fr>2025-07-18 20:17:22 +0200
commitbd9da5f0a3cab74fbed845c957eb8cab55379bdd (patch)
tree8896dec8b13f67a444473e88916c4e48861764ac /gnu/packages
parentc7ed6aea7170cfc97c974dc08a1ccca4481f6dd0 (diff)
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
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/rrdtool.scm13
1 files changed, 10 insertions, 3 deletions
diff --git a/gnu/packages/rrdtool.scm b/gnu/packages/rrdtool.scm
index 9c4859b52d4..56908fa814c 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 <mhw@netris.org>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; 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