gitlab: 9.3.4 -> 9.4.3

This commit is contained in:
roblabla
2017-08-06 16:30:49 +02:00
parent 0c7c421baa
commit 8975d153a0
8 changed files with 3202 additions and 3522 deletions
@@ -22,6 +22,7 @@
, pkgconfig , ncurses, xapian_1_2_22, gpgme, utillinux, fetchpatch, tzdata, icu, libffi
, cmake, libssh2, openssl, mysql, darwin, git, perl, pcre, gecode_3, curl
, libmsgpack, qt48, libsodium, snappy, libossp_uuid, lxc, libpcap, xlibs, gtk2, buildRubyGem
, re2
}@args:
let
@@ -196,6 +197,10 @@ in
'';
};
re2 = attrs: {
buildInputs = [ re2 ];
};
rmagick = attrs: {
buildInputs = [ imagemagick pkgconfig which ];
};