defaultGemConfig.rbczmq: init

Fixes https://github.com/manveru/bundix/issues/42.
This commit is contained in:
Alyssa Ross 2019-01-26 21:13:57 +00:00
parent d359b5df54
commit b162eb92d3
No known key found for this signature in database
GPG Key ID: C4844408C0657052

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