Skip to content

Commit

Permalink
Merge pull request #56308 from livnev/master
Browse files Browse the repository at this point in the history
gem-config: add native taglib dependency to taglib-ruby gem
  • Loading branch information
alyssais authored Feb 25, 2019
2 parents c3694e1 + c08b746 commit f3a676a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/development/ruby-modules/gem-config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -423,6 +423,10 @@ in
'';
};

taglib-ruby = attrs: {
buildInputs = [ taglib ];
};

timfel-krb5-auth = attrs: {
buildInputs = [ kerberos ];
};
Expand Down

0 comments on commit f3a676a

Please sign in to comment.