help-guix
[Top][All Lists]
Advanced

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

Packages with multiple output in config.scm.


From: Dmitry Nikolaev
Subject: Packages with multiple output in config.scm.
Date: Tue, 7 Jun 2016 00:04:47 +0300

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

reply via email to

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