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 ]
|
nativeBuildInputs = [ makeWrapper ]
|
||||||
++ optionals stdenv.isLinux [ autoPatchelfHook ];
|
++ 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 = ''
|
installPhase = ''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
|
|
Loading…
Reference in a new issue