[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54852] [PATCH] gnu: Add openjdk18.
From: |
Maxime Devos |
Subject: |
[bug#54852] [PATCH] gnu: Add openjdk18. |
Date: |
Mon, 11 Apr 2022 15:44:36 +0200 |
User-agent: |
Evolution 3.38.3-1 |
Rostislav Svoboda schreef op ma 11-04-2022 om 14:53 [+0200]:
> + (arguments
> + (substitute-keyword-arguments (package-arguments openjdk16)
> + ((#:phases phases)
> + `(modify-phases ,phases
> + (replace 'fix-java-shebangs
> + (lambda _
> + ;; This file was "fixed" by patch-source-shebangs, but it
> requires
> + ;; this exact first line.
> + (substitute*
> "make/data/blockedcertsconverter/blocked.certs.pem"
> + (("^#!.*") "#! java BlockedCertsConverter SHA-256\n"))))))))
Why is this duplicated? It is exactly the same phase as for openjdk17,
so inherit should take care of it.
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part
- [bug#54852] [PATCH] gnu: Add openjdk18., Rostislav Svoboda, 2022/04/11
- [bug#54852] [PATCH] gnu: Add openjdk18., Maxime Devos, 2022/04/11
- [bug#54852] [PATCH] gnu: Add openjdk18.,
Maxime Devos <=
- [bug#54852] [PATCH] gnu: Add openjdk18., Rostislav Svoboda, 2022/04/12
- [bug#54852] [PATCH] gnu: Add openjdk18., Rostislav Svoboda, 2022/04/21
- [bug#54852] [PATCH] gnu: Add openjdk18., Maxime Devos, 2022/04/21
- [bug#54852] [PATCH] gnu: Add openjdk18., Rostislav Svoboda, 2022/04/22
- [bug#54852] [PATCH] gnu: Add openjdk18., Maxime Devos, 2022/04/23
- [bug#54852] [PATCH] gnu: Add openjdk18., Rostislav Svoboda, 2022/04/23
- [bug#54852] [PATCH] gnu: Add openjdk18., Maxime Devos, 2022/04/23
[bug#54852] [PATCH] gnu: Add openjdk18., Julien Lepiller, 2022/04/11