Re: Packages with multiple output in config.scm.

2016-06-06 Thread Efraim Flashner
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:

Packages with multiple output in config.scm.

2016-06-06 Thread Dmitry Nikolaev
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))