Unverified Commit 21fa56c1 authored by illustris's avatar illustris
Browse files

hadoop: fix eval on darwin

parent ef484333
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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