From cd3ea7d5701eaaec5a9fdb05ee1386e2e1e4255a Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 21 Aug 2025 11:58:28 +0200 Subject: gnu: ploticus: Fix build with GCC 14. * gnu/packages/patches/ploticus-pointer-types.patch: New file. * gnu/packages/plotutils.scm (ploticus)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Fixes: guix/guix#1818 Change-Id: I121ca003c9fecc916580e4c949706e853ea74ec7 Signed-off-by: Andreas Enge --- gnu/packages/plotutils.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/plotutils.scm') diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index c05b6d1195..be3150b945 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès +;;; Copyright © 2013-2021, 2025 Ludovic Courtès ;;; Copyright © 2015 Eric Bavier ;;; Copyright © 2016-2025 Nicolas Goaziou ;;; Copyright © 2018 Tobias Geerinckx-Rice @@ -305,6 +305,7 @@ went to university in the 1990s, this is the library for you.") (base32 "1c70cvfvgjh83hj1x21130wb9qfr2rc0x47cxy9kl805yjwy8a9z")) (modules '((guix build utils))) + (patches (search-patches "ploticus-pointer-types.patch")) (snippet ;; Install binaries in the right place. #~(begin -- cgit v1.3