forked from mirrors/nixpkgs
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 =
|
||||
[ 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 '';
|
||||
|
||||
|
|
Loading…
Reference in a new issue