aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSören Tempel <soeren@soeren-tempel.net>2025-05-04 19:40:26 +0200
committerAndreas Enge <andreas@enge.fr>2025-05-14 14:55:57 +0200
commitd4dbf6007c7f3681c4de2b1e602a937b8f275ca5 (patch)
treeba0ca5c925bd8a9c193e65c25135a7f7c8923a25
parent50d55858849968fbf837973bb18a1e8f6f2ba7be (diff)
downloadguix-d4dbf6007c7f3681c4de2b1e602a937b8f275ca5.tar.gz
guix-d4dbf6007c7f3681c4de2b1e602a937b8f275ca5.zip
gnu: cadical: Install C++ header file.
* gnu/packages/maths.scm (cadical)[arguments]: Install cadical.hpp. Change-Id: Ibda478006fef5425cb0d3eddf045dac5570b33da Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--gnu/packages/maths.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 43cae0ad75..feb30dea84 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -9857,7 +9857,7 @@ also included.")
#:install-plan
`(("build" "bin" #:include ("cadical" "mobical"))
("build" "lib" #:include-regexp ("libcadical\\.(a|so)$"))
- ("src" "include" #:include ("cadical.h"))
+ ("src" "include" #:include ("cadical.h" "cadical.hpp"))
;; Internal headers used by cadiback.
("src" "include/cadical" #:include-regexp ("\\.hpp$")))
args))))))