hadoop: Group attrset update to ensure completion before passing to common
This commit is contained in:
parent
50c8089b28
commit
e752dfc6fb
@ -77,7 +77,7 @@ in
|
|||||||
# https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Java+Versions
|
# https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Java+Versions
|
||||||
hadoop_3_3 =
|
hadoop_3_3 =
|
||||||
common
|
common
|
||||||
rec {
|
(rec {
|
||||||
pname = "hadoop";
|
pname = "hadoop";
|
||||||
version = "3.3.1";
|
version = "3.3.1";
|
||||||
untarDir = "${pname}-${version}";
|
untarDir = "${pname}-${version}";
|
||||||
@ -97,14 +97,14 @@ in
|
|||||||
'';
|
'';
|
||||||
jdk = jdk11_headless;
|
jdk = jdk11_headless;
|
||||||
} // optionalAttrs stdenv.isDarwin {
|
} // optionalAttrs stdenv.isDarwin {
|
||||||
sha256 = {
|
sha256 = {
|
||||||
x86_64-darwin = "1b3v16ihysqaxw8za1r5jlnphy8dwhivdx2d0z64309w57ihlxxd";
|
x86_64-darwin = "1b3v16ihysqaxw8za1r5jlnphy8dwhivdx2d0z64309w57ihlxxd";
|
||||||
aarch64-darwin = "00ln18vpi07jq2slk3kplyhcj8ad41n0yl880q5cihilk7daclxz";
|
aarch64-darwin = "00ln18vpi07jq2slk3kplyhcj8ad41n0yl880q5cihilk7daclxz";
|
||||||
};
|
};
|
||||||
openssl = null;
|
openssl = null;
|
||||||
nativeLibs = [ ];
|
nativeLibs = [ ];
|
||||||
libPatches = "";
|
libPatches = "";
|
||||||
};
|
});
|
||||||
hadoop_3_2 = common rec {
|
hadoop_3_2 = common rec {
|
||||||
pname = "hadoop";
|
pname = "hadoop";
|
||||||
version = "3.2.2";
|
version = "3.2.2";
|
||||||
|
Loading…
Reference in New Issue
Block a user