* bug#73317: Clojure: Couldn't find 'java'. Please set JAVA_HOME.
@ 2024-09-17 15:02 Brennan Vincent
0 siblings, 0 replies; only message in thread
From: Brennan Vincent @ 2024-09-17 15:02 UTC (permalink / raw)
To: 73317
Trying to run clojure in clojure-tools doesn't work:
$ guix shell --pure clojure-tools -- clojure
Couldn't find 'java'. Please set JAVA_HOME.
This comes closer:
$ guix shell --pure clojure-tools openjdk -- clojure
/gnu/store/v11866kb8y4rznf0b45zblvn718spnb6-profile/bin/clojure: line
285: mkdir: command not found
This works:
$ guix shell --pure clojure-tools openjdk coreutils -- clojure
So I guess we need to add openjdk and coreutils to the dependencies of clojure-tools.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-09-18 6:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-17 15:02 bug#73317: Clojure: Couldn't find 'java'. Please set JAVA_HOME Brennan Vincent
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.