adoptopenjdk-icedtea-web: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-17 12:43:21 +01:00
parent 40f466ce35
commit d390d0b58a
@@ -62,8 +62,10 @@ stdenv.mkDerivation (finalAttrs: {
touch $XDG_CONFIG_HOME/icedtea-web/deployment.properties
'';
HOME = "/build";
XDG_CONFIG_HOME = "/build";
env = {
HOME = "/build";
XDG_CONFIG_HOME = "/build";
};
configureFlags = [
"--with-itw-libs=DISTRIBUTION"