guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add openttd


From: Leo Famulari
Subject: Re: [PATCH] gnu: Add openttd
Date: Tue, 12 Apr 2016 14:24:58 -0400
User-agent: Mutt/1.5.24 (2015-08-30)

On Tue, Apr 12, 2016 at 08:26:25PM +0300, Alex Kost wrote:
> Here it is (don't forget to uncomment "lzo" input):
> 
>            (lambda* (#:key inputs outputs #:allow-other-keys)
>              (let ((out (assoc-ref outputs "out"))
>                    (lzo (assoc-ref inputs "lzo")))
>                (zero?
>                 (system* "./configure"
>                          (string-append "--prefix=" out)
>                          (string-append "--with-liblzo2="
>                                         lzo "/lib/liblzo2.a")
>                          ;; Put the binary in `bin' instead of `games'.
>                          "--binary-dir=bin"))))

I replied before seeing this message from Alex. He has provided a more
complete answer to this question, so please ignore mine :)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]