From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: Packaging leiningen (feedback desired) Date: Wed, 8 Feb 2017 09:00:04 +1000 Message-ID: References: <877f52he4j.fsf@guix.i-did-not-set--mail-host-address--so-tickle-me> <20170207091919.21e66586@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbEkG-0000nC-Ib for guix-devel@gnu.org; Tue, 07 Feb 2017 18:00:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbEkB-0000j8-JO for guix-devel@gnu.org; Tue, 07 Feb 2017 18:00:20 -0500 Received: from mailhub1.soe.uq.edu.au ([130.102.132.208]:44792 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbEkB-0000fF-1F for guix-devel@gnu.org; Tue, 07 Feb 2017 18:00:15 -0500 In-Reply-To: <20170207091919.21e66586@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic , alex.ter.weele@gmail.com Cc: guix-devel@gnu.org Hi Danny, Alex, On 07/02/17 18:19, Danny Milosavljevic wrote: > Hmmm... works for me with: > > $ java -cp "${HOME}/.guix-profile/share/java/clojure-1.8.0.jar" clojure.main > > (Note: java -> /gnu/store/4lnjmsr4szhqyixy238xjl83k8h5f0ck-icedtea-3.2.0/bin/java) > > Also works within guix environment --ad-hoc clojure. I was unable to use that command with that exact environment (clojure doesn't propagate any java), but it does work when icedtea is added i.e. guix environment --container --ad-hoc clojure icedtea I'm not expert enough to comment on whether the clojure package itself needs to be changed, but this is a workaround at least. ben