hadoop: fix eval on darwin
This commit is contained in:
parent
ef48433398
commit
21fa56c145
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue