From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Subject: Re: How to get the store directory of a package output? Date: Tue, 27 Nov 2018 22:07:26 +0100 Message-ID: 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]:36179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRka7-0003UA-Dy for help-guix@gnu.org; Tue, 27 Nov 2018 16:07:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRka6-0003rv-SK for help-guix@gnu.org; Tue, 27 Nov 2018 16:07:43 -0500 In-Reply-To: <877egymfyq.fsf@gnu.org> 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: Jan Nieuwenhuizen Cc: help-guix Hello Jan, Jan Nieuwenhuizen ezt =C3=ADrta (id=C5=91pont: 2018. nov.= 27., K, 21:34): > > Hi! > > 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, > How do i get to the bin directory of javac, i.e. the "jdk" output of > icedtea-8 inside a gexp? > > Greetings, > janneke > g_bor