mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
jet: revbump for mandrel with JDK 21
This commit is contained in:
parent
521e3dfe43
commit
559053af0b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'jet'
|
||||
pkgname=jet
|
||||
version=0.7.27
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="mandrel leiningen"
|
||||
makedepends="zlib-devel"
|
||||
short_desc="CLI to transform between JSON, EDN and Transit"
|
||||
|
@ -14,7 +14,7 @@ checksum=3e473b00acd80c2caf3eeb314b7d5db4c8553d301354d0647a68c8a5082ed8d2
|
|||
nocross="mandrel"
|
||||
|
||||
do_build() {
|
||||
export GRAALVM_HOME=/usr/lib/jvm/mandrel17
|
||||
export GRAALVM_HOME=/usr/lib/jvm/mandrel21
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
export BABASHKA_MUSL=true
|
||||
export BABASHKA_STATIC=true
|
||||
|
|
Loading…
Add table
Reference in a new issue