diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2026-02-13 18:04:49 +0900 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2026-02-16 19:23:23 +0100 |
| commit | 2cd64e3de11e07188d895ca91e1bbf5a560786f0 (patch) | |
| tree | 5702cee9d934e7287fbb4b0b7eee25fdb449f4d1 /gnu/packages/fontutils.scm | |
| parent | 4b5932da6d0bf3f8987643f8c1271d1816cba698 (diff) | |
gnu: antlr4: Specify JRE in executable.
* gnu/packages/java.scm (antlr4)[arguments]<#:phases>{bin-install}:
Specify the path to a java binary. [inputs]: Add openjdk.
(java-tunnelvisionlabs-antlr4-bootstrap)[inputs]: Add openjdk.
* gnu/packages/fontutils.scm (python-afdko)[native-inputs]:
Remove openjdk.
Change-Id: Id3306fed1b10a78b1e3da721b539fb1afac01f13
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'gnu/packages/fontutils.scm')
| -rw-r--r-- | gnu/packages/fontutils.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 42365ec01cc..4f0febbb0e4 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm | |||
| @@ -294,7 +294,6 @@ them as it goes.") | |||
| 294 | commands))))))) | 294 | commands))))))) |
| 295 | (native-inputs | 295 | (native-inputs |
| 296 | (list antlr4 | 296 | (list antlr4 |
| 297 | openjdk ;required by antlr4 | ||
| 298 | ninja | 297 | ninja |
| 299 | pkg-config | 298 | pkg-config |
| 300 | python-pytest | 299 | python-pytest |
