mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 10:43:27 +00:00
hadoop: pin to openssl_1_1
This commit is contained in:
parent
cc43c149ce
commit
3d248461ec
@ -15090,7 +15090,9 @@ with pkgs;
|
|||||||
|
|
||||||
groovy = callPackage ../development/interpreters/groovy { };
|
groovy = callPackage ../development/interpreters/groovy { };
|
||||||
|
|
||||||
inherit (callPackages ../applications/networking/cluster/hadoop { })
|
inherit (callPackages ../applications/networking/cluster/hadoop {
|
||||||
|
openssl = openssl_1_1;
|
||||||
|
})
|
||||||
hadoop_3_3
|
hadoop_3_3
|
||||||
hadoop_3_2
|
hadoop_3_2
|
||||||
hadoop2;
|
hadoop2;
|
||||||
|
Loading…
Reference in New Issue
Block a user