How to get the store directory of a package output?

2018-11-27 Thread Jan Nieuwenhuizen
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

Re: How to get the store directory of a package output?

2018-11-27 Thread Gábor Boskovits
Hello Jan, Jan Nieuwenhuizen ezt írta (időpont: 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 th

Re: How to get the store directory of a package output?

2018-11-27 Thread Jan Nieuwenhuizen
Gábor 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 tha