From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Nikolaev Subject: Packages with multiple output in config.scm. Date: Tue, 7 Jun 2016 00:04:47 +0300 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1142c1ae2de25c0534a26c68 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bA1hZ-0003e8-TJ for help-guix@gnu.org; Mon, 06 Jun 2016 17:04:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bA1hY-0003Nc-UP for help-guix@gnu.org; Mon, 06 Jun 2016 17:04:49 -0400 Received: from mail-lf0-x235.google.com ([2a00:1450:4010:c07::235]:33989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bA1hY-0003NX-MZ for help-guix@gnu.org; Mon, 06 Jun 2016 17:04:48 -0400 Received: by mail-lf0-x235.google.com with SMTP id s186so37750407lfs.1 for ; Mon, 06 Jun 2016 14:04:48 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org --001a1142c1ae2de25c0534a26c68 Content-Type: text/plain; charset=UTF-8 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 --001a1142c1ae2de25c0534a26c68 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
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

<= div>But code like below in config.scm returns error:

(pac= kages (cons*
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 evince
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 icedtea:jdk
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 git))

Dmitry
--001a1142c1ae2de25c0534a26c68--