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>
This commit is contained in:
Sören Tempel 2025-05-04 19:40:26 +02:00 committed by Andreas Enge
parent 50d5585884
commit d4dbf6007c
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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))))))