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:
parent
0c90851837
commit
77ca6b3108
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user