Merge branch 'master' into feature/fix_rainbox_gem_deps

This commit is contained in:
Jörg Thalheim
2017-05-20 17:26:24 +01:00
committed by GitHub
239 changed files with 6824 additions and 3626 deletions
@@ -21,7 +21,7 @@
, libiconv, postgresql, v8_3_16_14, clang, sqlite, zlib, imagemagick
, pkgconfig , ncurses, xapian_1_2_22, gpgme, utillinux, fetchpatch, tzdata, icu, libffi
, cmake, libssh2, openssl, mysql, darwin, git, perl, gecode_3, curl
, libmsgpack, qt48, libsodium, snappy, libossp_uuid, lxc, buildRubyGem
, libmsgpack, qt48, libsodium, snappy, libossp_uuid, lxc, libpcap, buildRubyGem
}@args:
let
@@ -144,6 +144,10 @@ in
buildInputs = [ curl ];
};
pcaprub = attrs: {
buildInputs = [ libpcap ];
};
pg = attrs: {
buildFlags = [
"--with-pg-config=${postgresql}/bin/pg_config"
@@ -220,6 +224,14 @@ in
'';
};
rb-readline = attrs: {
dontBuild = false;
postPatch = ''
substituteInPlace lib/rbreadline.rb \
--replace 'infocmp' '${ncurses.dev}/bin/infocmp'
'';
};
timfel-krb5-auth = attrs: {
buildInputs = [ kerberos ];
};