Re: [PATCH] gnu: Add Glulxe.

2014-12-03 Thread 宋文武
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

Re: [PATCH] gnu: Add Glulxe.

2014-12-02 Thread Mark H Weaver
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

Re: [PATCH] gnu: Add Glulxe.

2014-11-19 Thread Eric Bavier
>> 宋文武 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

Re: [PATCH] gnu: Add Glulxe.

2014-11-19 Thread 宋文武
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))) >

Re: [PATCH] gnu: Add Glulxe.

2014-11-18 Thread Eric Bavier
宋文武 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

[PATCH] gnu: Add Glulxe.

2014-11-18 Thread 宋文武
* 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 +