On Tue, Jun 07, 2016 at 12:04:47AM +0300, Dmitry Nikolaev wrote:
> What should I do if I want to install some particular output of a package
> system wide? For example, I can install icedtea:jdk in users profile
>
> guix package -i icedtea:jdk
>
> But code like below in config.scm returns error:
What should I do if I want to install some particular output of a package
system wide? For example, I can install icedtea:jdk in users profile
guix package -i icedtea:jdk
But code like below in config.scm returns error:
(packages (cons*
evince
icedtea:jdk
git))
On Mon, Jun 6, 2016 at 11:05 AM, Catonano wrote:
> There's a piece of code (in the Emacs build system) I don't understand
>
> In "guix/build-system/emacs.scm" on line 97 there's a call to a function
> called "emacs-build"
That's not a procedure call, actually, because the entire form is
quoted st
There's a piece of code (in the Emacs build system) I don't understand
In "guix/build-system/emacs.scm" on line 97 there's a call to a function
called "emacs-build"
Such call is inside the body of "emacs-build" itself. As it is common in
scheme, a function is calling itself (recursively)
Now, I
2016-06-04 22:33 GMT+02:00 Ludovic Courtès :
> Hello!
>
> Catonano skribis:
>
> > How do I hack on guix ?
>
> As Matthew suggests, please take a look at:
>
> https://www.gnu.org/software/guix/manual/html_node/Contributing.html
>
> If you find some questions are unanswered, please let us know!
>