From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Nieuwenhuizen Subject: Re: How to get the store directory of a package output? Date: Tue, 27 Nov 2018 22:29:04 +0100 Message-ID: <8736rmmcpr.fsf@gnu.org> References: <877egymfyq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRkuw-0000IY-ND for help-guix@gnu.org; Tue, 27 Nov 2018 16:29:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRkuv-0007af-Nh for help-guix@gnu.org; Tue, 27 Nov 2018 16:29:14 -0500 In-Reply-To: (=?utf-8?Q?=22G=C3=A1bor?= Boskovits"'s message of "Tue, 27 Nov 2018 22:07:26 +0100") 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: =?utf-8?Q?G=C3=A1bor?= Boskovits Cc: help-guix G=C3=A1bor Boskovits writes: >> Using #$icedtea-8 inside a gexp gives me the store directory of the >> default icedtea's output. Adding (string-append #$icedtea-8 "/bin") >> to PATH gives me java. >> > > You can try #$icedtea-8:jdk according to the docs. I did not test this, Yes, that works. Now that I know the solution I also found it in the docs: 4.6 G-Expressions. (searching for `:out' ...). Thank you! janneke