help-guix
[Top][All Lists]
Advanced

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

Re: Packages with multiple output in config.scm.


From: Efraim Flashner
Subject: Re: Packages with multiple output in config.scm.
Date: Tue, 7 Jun 2016 09:37:39 +0300
User-agent: Mutt/1.6.1 (2016-04-27)

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 (cons*
>            evince
>            icedtea:jdk
>            git))
> 
> Dmitry

Borrowing from Dave*, it should be (list icedtea "jdk")

*https://git.dthompson.us/guixsd.git/blob/ebd98ffb392af037edabca43fbea2e487e033f4f:/profile.scm

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

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