Merge pull request #54640 from alyssais/rbczmq

defaultGemConfig.rbczmq: init
This commit is contained in:
Alyssa Ross 2019-01-27 14:31:25 +00:00 committed by GitHub
commit 9c2c5eec14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,9 @@
, pkgconfig , ncurses, xapian_1_2_22, gpgme, utillinux, fetchpatch, tzdata, icu, libffi , pkgconfig , ncurses, xapian_1_2_22, gpgme, utillinux, fetchpatch, tzdata, icu, libffi
, cmake, libssh2, openssl, mysql, darwin, git, perl, pcre, gecode_3, curl , cmake, libssh2, openssl, mysql, darwin, git, perl, pcre, gecode_3, curl
, msgpack, qt59, libsodium, snappy, libossp_uuid, lxc, libpcap, xorg, gtk2, buildRubyGem , msgpack, qt59, libsodium, snappy, libossp_uuid, lxc, libpcap, xorg, gtk2, buildRubyGem
, cairo, re2, rake, gobject-introspection, gdk_pixbuf, zeromq, graphicsmagick, libcxx, file , cairo, re2, rake, gobject-introspection, gdk_pixbuf, zeromq, czmq, graphicsmagick, libcxx
, libselinux ? null, libsepol ? null, libvirt , file, libvirt
, libselinux ? null, libsepol ? null
}@args: }@args:
let let
@ -301,6 +302,11 @@ in
buildInputs = [ rainbow_rake ]; buildInputs = [ rainbow_rake ];
}; };
rbczmq = { ... }: {
buildInputs = [ zeromq czmq ];
buildFlags = [ "--with-system-libs" ];
};
rbnacl = spec: rbnacl = spec:
if lib.versionOlder spec.version "6.0.0" then { if lib.versionOlder spec.version "6.0.0" then {
postInstall = '' postInstall = ''