This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-17
Channels
- # announcements (6)
- # babashka-sci-dev (6)
- # beginners (30)
- # cider (2)
- # clerk (34)
- # clj-kondo (2)
- # clojure (40)
- # clojure-europe (50)
- # clojure-germany (2)
- # clojure-nl (1)
- # clojure-norway (12)
- # clojure-uk (2)
- # clojurescript (7)
- # conjure (2)
- # cursive (7)
- # events (3)
- # guix (1)
- # hyperfiddle (22)
- # lsp (2)
- # malli (3)
- # music (1)
- # off-topic (9)
- # re-frame (5)
- # reitit (3)
- # sql (1)
- # vim (3)
- # xtdb (5)
Anyone here know how I can use clojure with java 11 on guix? Seems to be 8 by default.
I don't know but it is a good point.
Have you asked on their issues tracker or ML ?
https://issues.guix.gnu.org/
I am also looking at guix and trying to use it.
It seems it still has ways to go before it reaches maturity.
Debian solves this problem by introducing pseudo-packages ?! (not sure about the name).
The idea is jdk source packages provide
a pseudo package like openjdk-jre
or openjdk-jdk
.
Packages will depend on this pseudo package instead of the hardcoded version.
Not sure if guix offers this capability.
Turns out it isn't hard at all; Just need to install openjdk at whatever version you're after. The reason it didn't work for me at first was because I was using guix install and guix-home at the same time, so the path resolved the icedtea (java 8) version I had in the home config first.