about summary refs log tree commit diff
path: root/pkgs/development/interpreters/erlang
diff options
context:
space:
mode:
authorMatthew Daiter <matthew@nomoko.camera>2016-12-15 17:16:00 +0100
committerMatthew Daiter <matthew@nomoko.camera>2016-12-15 17:16:00 +0100
commit46fc2db7dffe728e33597a5f88e03000f9c6c04a (patch)
tree2f494596e3c8cc28572b18f89a8437f3d9e02875 /pkgs/development/interpreters/erlang
parente065861a4f3adb07df55f756a7bcaf894a0383ac (diff)
downloadnixlib-46fc2db7dffe728e33597a5f88e03000f9c6c04a.tar
nixlib-46fc2db7dffe728e33597a5f88e03000f9c6c04a.tar.gz
nixlib-46fc2db7dffe728e33597a5f88e03000f9c6c04a.tar.bz2
nixlib-46fc2db7dffe728e33597a5f88e03000f9c6c04a.tar.lz
nixlib-46fc2db7dffe728e33597a5f88e03000f9c6c04a.tar.xz
nixlib-46fc2db7dffe728e33597a5f88e03000f9c6c04a.tar.zst
nixlib-46fc2db7dffe728e33597a5f88e03000f9c6c04a.zip
erlang_basho_R16: add explicit Carbon and Cocoa support
Diffstat (limited to 'pkgs/development/interpreters/erlang')
-rw-r--r--pkgs/development/interpreters/erlang/R16B02-8-basho.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/erlang/R16B02-8-basho.nix b/pkgs/development/interpreters/erlang/R16B02-8-basho.nix
index a4afd1e9b40c..5745ea5d98b3 100644
--- a/pkgs/development/interpreters/erlang/R16B02-8-basho.nix
+++ b/pkgs/development/interpreters/erlang/R16B02-8-basho.nix
@@ -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 '';