Merge pull request #54640 from alyssais/rbczmq
defaultGemConfig.rbczmq: init
This commit is contained in:
commit
9c2c5eec14
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user