Re: [PATCH] gnu: Add Mr. Rescue.

2016-09-18 Thread 宋文武
Hartmut Goebel writes: > Am 17.09.2016 um 15:24 schrieb 宋文武: >> + (let* ((out (assoc-ref %outputs "out")) >> +(bindir (string-append out "/bin")) >> +(prog(string-append bindir "/mrrescue")) >> +

Re: [PATCH] gnu: Add Mr. Rescue.

2016-09-18 Thread 宋文武
Ricardo Wurmus writes: > 宋文武 writes: > >> * gnu/packages/games.scm (mrrescue): New variable. >> --- >> gnu/packages/games.scm | 48 >> 1 file changed, 48 insertions(+) >> >> diff --git

Re: [PATCH] gnu: Add Mr. Rescue.

2016-09-18 Thread Hartmut Goebel
Am 17.09.2016 um 15:24 schrieb 宋文武: > + (let* ((out (assoc-ref %outputs "out")) > +(bindir (string-append out "/bin")) > +(prog(string-append bindir "/mrrescue")) > +(source (assoc-ref %build-inputs "source")) > +