Merge pull request #21184 from mdaiter/fixMacErlangBasho
erlang_basho_R16: add explicit Carbon and Cocoa support
This commit is contained in:
commit
580b5435e0
@ -26,7 +26,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs =
|
buildInputs =
|
||||||
[ perl gnum4 ncurses openssl makeWrapper autoconf264 gcc
|
[ perl gnum4 ncurses openssl makeWrapper autoconf264 gcc
|
||||||
] ++ optional wxSupport [ mesa wxGTK xorg.libX11 ]
|
] ++ 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 '';
|
patchPhase = '' sed -i "s@/bin/rm@rm@" lib/odbc/configure.in erts/configure.in '';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user