summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-07-20 13:08:10 +0200
committerAndreas Enge <andreas@enge.fr>2025-07-20 13:20:21 +0200
commit70a9ee45cb13642f6135860c8cf074fe69fdd920 (patch)
tree695cedfd33ce8aa100d81d72a0ee0e6554dda133 /gnu/packages/cpp.scm
parentc9f1d2315f99d4355c35d920b33bfbdffe9a4f56 (diff)
gnu: strutcpp: Fix build.
* gnu/packages/patches/strutcpp-fix-includes.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/cpp.scm (strutcpp): Apply patch. Change-Id: I459f2774d98341417cbec6c271417b97e2477269
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 559a275cee..74f2407e19 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -3970,7 +3970,8 @@ for C++17 string-view.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0m344qq3d57balzvc26fjx985nj2xwnfb1a7prkv3njj5lfcf127"))))
+ (base32 "0m344qq3d57balzvc26fjx985nj2xwnfb1a7prkv3njj5lfcf127"))
+ (patches (search-patches "strutcpp-fix-includes.patch"))))
(build-system cmake-build-system)
(arguments
(list