3
0
Fork 0
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:
Daiderd Jordan 2016-12-15 19:01:47 +01:00 committed by GitHub
commit 580b5435e0

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 '';