Mark H Weaver writes:
> Eric Bavier writes:
>
>> This is a bit terse, IMHO. Perhaps something like:
>>
>> (let* ((out (assoc-ref outputs "out"))
>>(inc (string-append out "/include")))
>> (begin
>> (mkdir-p inc)
>> (for-each
>> (lambda (f) (copy-file f (string-append inc
Eric Bavier writes:
> This is a bit terse, IMHO. Perhaps something like:
>
> (let* ((out (assoc-ref outputs "out"))
>(inc (string-append out "/include")))
> (begin
> (mkdir-p inc)
> (for-each
> (lambda (f) (copy-file f (string-append inc "/" f)))
> '("glk.h" "glksta
>> 宋文武 writes:
>>
>>> * gnu/packages/games.scm (glkterm, glulxe): New variables.
>>> ---
>>> gnu/packages/games.scm | 79
>>> ++
>>> 1 file changed, 79 insertions(+)
I pushed this as commit 77264d1. Thanks!
--
Eric Bavier
Please avoid sending
bit terse, IMHO. Perhaps something like:
>
> (let* ((out (assoc-ref outputs "out"))
>(inc (string-append out "/include")))
> (begin
> (mkdir-p inc)
> (for-each
> (lambda (f) (copy-file f (string-append inc "/" f)))
>
宋文武 writes:
> * gnu/packages/games.scm (glkterm, glulxe): New variables.
> ---
> gnu/packages/games.scm | 79
> ++
> 1 file changed, 79 insertions(+)
>
> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
> index c9bb678..5859cbc 100644
* gnu/packages/games.scm (glkterm, glulxe): New variables.
---
gnu/packages/games.scm | 79 ++
1 file changed, 79 insertions(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index c9bb678..5859cbc 100644
--- a/gnu/packages/games.scm
+