Merge pull request #56308 from livnev/master

gem-config: add native taglib dependency to taglib-ruby gem
This commit is contained in:
Alyssa Ross 2019-02-25 12:42:16 +00:00 committed by GitHub
commit f3a676a88c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@
, 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, czmq, graphicsmagick, libcxx
, file, libvirt, glib, vips
, file, libvirt, glib, vips, taglib
, libselinux ? null, libsepol ? null
}@args:
@ -423,6 +423,10 @@ in
'';
};
taglib-ruby = attrs: {
buildInputs = [ taglib ];
};
timfel-krb5-auth = attrs: {
buildInputs = [ kerberos ];
};