Skip to content

Commit 4541097

Browse files
committed
signald: set jdkOnBuild
This is required if the building jdk is a different version than what is default which is now 21.
1 parent 0463425 commit 4541097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/by-name/si/signald/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ let
2525

2626
jre' = jre_minimal.override {
2727
jdk = jdk17_headless;
28+
jdkOnBuild = jdk17_headless;
2829
# from https://gitlab.com/signald/signald/-/blob/0.23.0/build.gradle#L173
2930
modules = [
3031
"java.base"

0 commit comments

Comments
 (0)