[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/1] gnu: Add Guile-ICS.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 1/1] gnu: Add Guile-ICS. |
Date: |
Sun, 08 Jan 2017 12:09:36 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Howdy!
Alex Sassmannshausen <address@hidden> skribis:
> * gnu/packages/guile.scm (guile-ics): New variable.
Cool, we’ll be able to browse the FOSDEM schedule from Guile! :-)
> + (version "0.1.1-rc1")
Apparently 0.1.1 is already out!
However the tarball contains .go files, which should be removed.
But it might be best to just download from github.com and add a
bootstrap phase, like I did for Guile-SSH, because memory-heap.org is
slow and sometimes disappeared in the past.
> + (arguments
> + '(#:configure-flags
> + (list (string-append
> + "--with-guile-site-dir=" %output "/share/guile/site/2.0"))))
This can be omitted (in fact, adding it would lead compilations with
Guile 2.2 to install modules in the wrong place.)
> + (license gpl3)))
gpl3+
OK with these changes, thanks!
Ludo’.