gem-config: add native taglib dependency to taglib-ruby gem
This commit is contained in:
parent
3a83ec23dc
commit
c08b7460da
@ -23,7 +23,7 @@
|
|||||||
, 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, czmq, graphicsmagick, libcxx
|
, cairo, re2, rake, gobject-introspection, gdk_pixbuf, zeromq, czmq, graphicsmagick, libcxx
|
||||||
, file, libvirt, glib, vips
|
, file, libvirt, glib, vips, taglib
|
||||||
, libselinux ? null, libsepol ? null
|
, libselinux ? null, libsepol ? null
|
||||||
}@args:
|
}@args:
|
||||||
|
|
||||||
@ -423,6 +423,10 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
taglib-ruby = attrs: {
|
||||||
|
buildInputs = [ taglib ];
|
||||||
|
};
|
||||||
|
|
||||||
timfel-krb5-auth = attrs: {
|
timfel-krb5-auth = attrs: {
|
||||||
buildInputs = [ kerberos ];
|
buildInputs = [ kerberos ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user