1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 13:31:16 +02:00

gnu: dds: Add missing header files.

* gnu/packages/game-development.scm (dds)[arguments]<#:phases>: Also install
header files.

Change-Id: If3db20d8cb3530be16607d9e7c2a671dfff34439
This commit is contained in:
Nicolas Goaziou
2024-08-28 23:41:24 +02:00
parent 0c90851837
commit 77ca6b3108

View File

@@ -249,6 +249,8 @@ is used in some video games and movies.")
(lambda _
(install-file "libdds.so"
(string-append #$output "/lib"))
(let ((inc (string-append #$output "/include")))
(copy-recursively "../include" inc))
(let ((doc (string-append #$output
"/share/doc/"
#$name "-" #$version)))