hadoop: fix eval on darwin

This commit is contained in:
illustris 2023-09-24 00:55:42 +05:30
parent ef48433398
commit 21fa56c145
No known key found for this signature in database
GPG key ID: 56C8FC0B899FEFA3

View file

@ -47,7 +47,7 @@ let
nativeBuildInputs = [ makeWrapper ]
++ optionals stdenv.isLinux [ autoPatchelfHook ];
buildInputs = [ stdenv.cc.cc.lib openssl protobuf zlib snappy libtirpc ];
buildInputs = optionals stdenv.isLinux [ stdenv.cc.cc.lib openssl protobuf zlib snappy libtirpc ];
installPhase = ''
mkdir $out