gem-config: add uuid4r (#20603)

This commit is contained in:
Michael Fellinger 2016-11-21 13:41:05 +01:00 committed by zimbatm
parent 5d7c2d9a4a
commit 0755d4becb
1 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,7 @@
, libiconv, postgresql, v8_3_16_14, clang, sqlite, zlib, imagemagick , libiconv, postgresql, v8_3_16_14, clang, sqlite, zlib, imagemagick
, pkgconfig , ncurses, xapian, gpgme, utillinux, fetchpatch, tzdata, icu, libffi , pkgconfig , ncurses, xapian, gpgme, utillinux, fetchpatch, tzdata, icu, libffi
, cmake, libssh2, openssl, mysql, darwin, git, perl, gecode_3, curl , cmake, libssh2, openssl, mysql, darwin, git, perl, gecode_3, curl
, libmsgpack, qt48, libsodium, snappy , libmsgpack, qt48, libsodium, snappy, libossp_uuid
}@args: }@args:
let let
@ -203,6 +203,10 @@ in
''; '';
}; };
uuid4r = attrs: {
buildInputs = [ which libossp_uuid ];
};
xapian-ruby = attrs: { xapian-ruby = attrs: {
# use the system xapian # use the system xapian
dontBuild = false; dontBuild = false;