summary refs log tree commit diff
path: root/pkgs/top-level/beam-packages.nix
diff options
context:
space:
mode:
authorGleb Peregud <gleber.p@gmail.com>2017-06-07 23:21:14 +0200
committerGleb Peregud <gleber.p@gmail.com>2017-06-11 13:31:25 +0200
commitc9cb6403d3c72b01aeccc537d1cbe7954aecf29b (patch)
tree95668acf0ad4a3f9eb639eb7e77267b994d0567b /pkgs/top-level/beam-packages.nix
parente88a89ad330743c6be885fef415307c9ff9197cc (diff)
downloadnixlib-c9cb6403d3c72b01aeccc537d1cbe7954aecf29b.tar
nixlib-c9cb6403d3c72b01aeccc537d1cbe7954aecf29b.tar.gz
nixlib-c9cb6403d3c72b01aeccc537d1cbe7954aecf29b.tar.bz2
nixlib-c9cb6403d3c72b01aeccc537d1cbe7954aecf29b.tar.lz
nixlib-c9cb6403d3c72b01aeccc537d1cbe7954aecf29b.tar.xz
nixlib-c9cb6403d3c72b01aeccc537d1cbe7954aecf29b.tar.zst
nixlib-c9cb6403d3c72b01aeccc537d1cbe7954aecf29b.zip
erlang: move erlang_basho_R16B02 to Erlang's general builder.
Diffstat (limited to 'pkgs/top-level/beam-packages.nix')
-rw-r--r--pkgs/top-level/beam-packages.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/top-level/beam-packages.nix b/pkgs/top-level/beam-packages.nix
index 547e650a636d..3451816c0c5b 100644
--- a/pkgs/top-level/beam-packages.nix
+++ b/pkgs/top-level/beam-packages.nix
@@ -38,11 +38,9 @@ rec {
     };
 
     # Bash fork, using custom builder.
-    erlang_basho_R16B02 = callPackage ../development/interpreters/erlang/R16B02-8-basho.nix {
-      inherit (darwin.apple_sdk.frameworks) Carbon Cocoa;
+    erlang_basho_R16B02 = lib.callErlang ../development/interpreters/erlang/R16B02-8-basho.nix {
     };
-    erlang_basho_R16B02_odbc = callPackage ../development/interpreters/erlang/R16B02-8-basho.nix {
-      inherit (darwin.apple_sdk.frameworks) Carbon Cocoa;
+    erlang_basho_R16B02_odbc = erlang_basho_R16B02.override {
       odbcSupport = true;
     };