summary refs log tree commit diff
path: root/pkgs/development/interpreters/ruby/bundler-env/default-gem-config.nix
diff options
context:
space:
mode:
authorroblabla <robinlambertz+dev@gmail.com>2015-10-21 19:48:56 +0200
committerroblabla <robinlambertz+dev@gmail.com>2015-12-04 01:14:24 +0100
commitb7a4231aa20e4c7396d7f369f413ac0db9c5209c (patch)
tree26d6e73933357c549849775f2b3a8c74c1e22342 /pkgs/development/interpreters/ruby/bundler-env/default-gem-config.nix
parent321a6b224842e700512985ba4471a332a58af7d6 (diff)
downloadnixpkgs-b7a4231aa20e4c7396d7f369f413ac0db9c5209c.tar
nixpkgs-b7a4231aa20e4c7396d7f369f413ac0db9c5209c.tar.gz
nixpkgs-b7a4231aa20e4c7396d7f369f413ac0db9c5209c.tar.bz2
nixpkgs-b7a4231aa20e4c7396d7f369f413ac0db9c5209c.tar.lz
nixpkgs-b7a4231aa20e4c7396d7f369f413ac0db9c5209c.tar.xz
nixpkgs-b7a4231aa20e4c7396d7f369f413ac0db9c5209c.tar.zst
nixpkgs-b7a4231aa20e4c7396d7f369f413ac0db9c5209c.zip
gitlab: 7.4.2 -> 8.0.5
Diffstat (limited to 'pkgs/development/interpreters/ruby/bundler-env/default-gem-config.nix')
-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 3ae74057a54..36925bcdf55 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}"