We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4946bf commit 65a083dCopy full SHA for 65a083d
pkgs/by-name/ke/keycloak/package.nix
@@ -4,6 +4,8 @@
4
fetchzip,
5
makeBinaryWrapper,
6
jre_headless,
7
+ junixsocket-common,
8
+ junixsocket-native-common,
9
nixosTests,
10
callPackage,
11
confFile ? null,
@@ -58,6 +60,10 @@ stdenv.mkDerivation (finalAttrs: {
58
60
}
59
61
${lib.concatMapStringsSep "\n" (pl: "install_plugin ${lib.escapeShellArg pl}") plugins}
62
''
63
+ + ''
64
+ ln -s ${junixsocket-common}/share/java/* providers/
65
+ ln -s ${junixsocket-native-common}/share/java/* providers/
66
+ ''
67
68
patchShebangs bin/kc.sh
69
export KC_HOME_DIR=$(pwd)
0 commit comments