mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
openjdk with harfbuzz.org: ^8 & JAVA_HOME (#2727)
* harfbuzz.org: ^8 * JAVA_HOME
This commit is contained in:
parent
4546bb3029
commit
6c59b38f0e
1 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,7 @@ versions:
|
|||
#FIXME
|
||||
dependencies:
|
||||
giflib.sourceforge.io: '*'
|
||||
harfbuzz.org: '*'
|
||||
harfbuzz.org: ^8
|
||||
libjpeg-turbo.org: '*'
|
||||
libpng.org: '*'
|
||||
littlecms.com: '*'
|
||||
|
@ -26,6 +26,9 @@ dependencies:
|
|||
x.org/xtst: '*'
|
||||
info-zip.org/zip: '*'
|
||||
darwinsys.com/file: '*'
|
||||
runtime:
|
||||
env:
|
||||
JAVA_HOME: "{{prefix}}"
|
||||
build:
|
||||
dependencies:
|
||||
darwin:
|
||||
|
|
Loading…
Reference in a new issue