From 77ca6b3108f55efe7b4f3da40c1371557588ff3d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 28 Aug 2024 23:41:24 +0200 Subject: gnu: dds: Add missing header files. * gnu/packages/game-development.scm (dds)[arguments]<#:phases>: Also install header files. Change-Id: If3db20d8cb3530be16607d9e7c2a671dfff34439 --- gnu/packages/game-development.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index aff95d48a1..59325fd47a 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -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))) -- cgit v1.2.3