erlang_basho_R16: add explicit Carbon and Cocoa support

This commit is contained in:
Matthew Daiter 2016-12-15 17:16:00 +01:00
parent e065861a4f
commit 46fc2db7df
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ stdenv.mkDerivation rec {
buildInputs =
[ perl gnum4 ncurses openssl makeWrapper autoconf264 gcc
] ++ optional wxSupport [ mesa wxGTK xorg.libX11 ]
++ optional odbcSupport [ unixODBC ];
++ optional odbcSupport [ unixODBC ]
++ optionals stdenv.isDarwin [ Carbon Cocoa ];
patchPhase = '' sed -i "s@/bin/rm@rm@" lib/odbc/configure.in erts/configure.in '';