about summary refs log tree commit diff
path: root/pkgs/development/interpreters/ruby
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2015-12-04 16:30:09 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2015-12-04 16:30:09 +0300
commit0c05f14d532370155c22924e3ba7d8ac2728f12d (patch)
tree0f278c9a02f25eb18135c8ae20eefbfdcf4398e8 /pkgs/development/interpreters/ruby
parentea0f2d6c73327263b04d2466522869ffe08fd1b1 (diff)
parentb7a4231aa20e4c7396d7f369f413ac0db9c5209c (diff)
downloadnixlib-0c05f14d532370155c22924e3ba7d8ac2728f12d.tar
nixlib-0c05f14d532370155c22924e3ba7d8ac2728f12d.tar.gz
nixlib-0c05f14d532370155c22924e3ba7d8ac2728f12d.tar.bz2
nixlib-0c05f14d532370155c22924e3ba7d8ac2728f12d.tar.lz
nixlib-0c05f14d532370155c22924e3ba7d8ac2728f12d.tar.xz
nixlib-0c05f14d532370155c22924e3ba7d8ac2728f12d.tar.zst
nixlib-0c05f14d532370155c22924e3ba7d8ac2728f12d.zip
Merge pull request #10535 from roblabla/feature-updateGitlab8.0.5
gitlab: 7.4.2 -> 8.0.5
Diffstat (limited to 'pkgs/development/interpreters/ruby')
-rw-r--r--pkgs/development/interpreters/ruby/bundler-env/default-gem-config.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/ruby/bundler-env/default-gem-config.nix b/pkgs/development/interpreters/ruby/bundler-env/default-gem-config.nix
index 3ae74057a54f..36925bcdf558 100644
--- a/pkgs/development/interpreters/ruby/bundler-env/default-gem-config.nix
+++ b/pkgs/development/interpreters/ruby/bundler-env/default-gem-config.nix
@@ -17,7 +17,7 @@
 # This seperates "what to build" (the exact gem versions) from "how to build"
 # (to make gems behave if necessary).
 
-{ lib, fetchurl, writeScript, ruby, libxml2, libxslt, python, stdenv, which
+{ lib, fetchurl, writeScript, ruby, kerberos, libxml2, libxslt, python, stdenv, which
 , libiconv, postgresql, v8_3_16_14, clang, sqlite, zlib, imagemagick
 , pkgconfig , ncurses, xapian, gpgme, utillinux, fetchpatch, tzdata, icu, libffi
 , cmake, libssh2, openssl, mysql, darwin
@@ -105,6 +105,10 @@ in
     '';
   };
 
+  timfel-krb5-auth = attrs: {
+    buildInputs = [ kerberos ];
+  };
+
   therubyracer = attrs: {
     buildFlags = [
       "--with-v8-dir=${v8}"