File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11# Template file for 'clojure-lsp'
22pkgname=clojure-lsp
33version=2024.04.22
4- revision=1
4+ revision=2
55_ver_hms="11.50.26"
6- hostmakedepends="mandrel leiningen babashka clojure openjdk21 "
6+ hostmakedepends="mandrel leiningen babashka clojure"
77makedepends="zlib-devel"
88short_desc="Clojure & ClojureScript language server implementation"
99maintainer="icp <
[email protected] >"
@@ -15,11 +15,10 @@ checksum=0fe5dd9b27cfe7583f1cb3ae5520a5e85d710af5d281785ecd0618eb222095fd
1515nocross="mandrel"
1616
1717do_build() {
18+ export JAVA_HOME=/usr/lib/jvm/mandrel21
1819 export GRAALVM_HOME=/usr/lib/jvm/mandrel21
1920 export PATH="/usr/libexec/chroot-git:${PATH}"
2021
21- . /etc/profile.d/jdk.sh
22-
2322 if [ "$XBPS_TARGET_LIBC" = musl ]; then
2423 export CLOJURE_LSP_STATIC=true
2524 export CLOJURE_LSP_MUSL=true
You can’t perform that action at this time.
0 commit comments