From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Nieuwenhuizen Subject: How to get the store directory of a package output? Date: Tue, 27 Nov 2018 21:18:53 +0100 Message-ID: <877egymfyq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRk1c-0001rz-7V for help-guix@gnu.org; Tue, 27 Nov 2018 15:32:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRjoz-0004Sy-Db for help-guix@gnu.org; Tue, 27 Nov 2018 15:19:02 -0500 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 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. How do i get to the bin directory of javac, i.e. the "jdk" output of icedtea-8 inside a gexp? Greetings, janneke