summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorFrançois Joulaud <francois-oss@avalenn.eu>2025-11-14 16:31:41 +0100
committerAndreas Enge <andreas@enge.fr>2025-11-21 14:13:30 +0100
commit9c19e0cf363e9f2534f489719c749f849a1beade (patch)
treeeb74a1363b9cedc3b76fad13afe3524454ca21d2 /gnu/packages/cpp.scm
parentfc8c061ecf23d0ce8a456dbf26e027e351c28e32 (diff)
gnu: jsonnet: Fix build with newer gcc.
* gnu/packages/patches/jsonnet-include-cstdint-for-gcc-13-builds.patch: New file. * gnu/packages/cpp.scm (jsonnet): Use patch. * gnu/local.mk (dist_patch_DATA): Reference new patch file. Change-Id: Ib2f1ea6b8346ca9c7d887cbf14b476be1d476f42 Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 279c6cb1b19..aee75b1c36d 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -3167,6 +3167,7 @@ of reading and writing XML.")
(sha256
(base32 "1ddz14699v5lqx3dh0mb7hfffr6fk5zhmzn3z8yxkqqvriqnciim"))
(modules '((guix build utils)))
+ (patches (search-patches "jsonnet-include-cstdint-for-gcc-13-builds.patch"))
(snippet
#~(begin
(rename-file "third_party/md5" ".md5")