nixpkgs/pkgs/by-name/mp/mpdcron/gemset.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

37 lines
1.1 KiB
Nix
Raw Normal View History

2015-01-22 03:38:29 +00:00
{
2019-05-03 12:16:11 +00:00
mini_portile2 = {
groups = ["default"];
platforms = [];
2015-01-22 03:38:29 +00:00
source = {
2019-05-03 12:16:11 +00:00
remotes = ["https://rubygems.org"];
sha256 = "15zplpfw3knqifj9bpf604rb3wc1vhq6363pd6lvhayng8wql5vy";
2015-01-22 03:38:29 +00:00
type = "gem";
};
2019-05-03 12:16:11 +00:00
version = "2.4.0";
2015-01-22 03:38:29 +00:00
};
2019-05-03 12:16:11 +00:00
nokogiri = {
dependencies = ["mini_portile2"];
groups = ["default"];
platforms = [];
2015-01-22 03:38:29 +00:00
source = {
2019-05-03 12:16:11 +00:00
remotes = ["https://rubygems.org"];
sha256 = "02bjydih0j515szfv9mls195cvpyidh6ixm7dwbl3s2sbaxxk5s4";
2015-01-22 03:38:29 +00:00
type = "gem";
};
dontBuild = false;
patches = [
# Fixes a naming conflict of nokogiri's `canonicalize` function
# with one defined in glibc. This has been fixed upstream in 2020
# in a much newer version (1.15.5), but through the divergence
# of the affected file, the commit isn't directly applicable to
# the one packaged here:
#
# https://github.com/sparklemotion/nokogiri/pull/2106/commits/7a74cdbe4538e964023e5a0fdca58d8af708b91e
# https://github.com/sparklemotion/nokogiri/issues/2105
./fix-canonicalize-conflict-with-glibc.patch
];
2019-05-03 12:16:11 +00:00
version = "1.10.3";
2015-01-22 03:38:29 +00:00
};
2021-01-21 21:12:40 +00:00
}