nixpkgs/pkgs/tools/audio/mpdcron
Manuel Frischknecht 37517db1de mpdcron: fix build by correcting a C function conflict in nokogiri
`nokogiri` defines a C function called `canonicalize` which conflicts
with another function defined in glibc. Upstream has fixed this
issue [1], but in a much newer version. And because the affected
file has changed since the merged patch [2], it isn't directly
applicable to the old gem version `mpdcron` depends on.

[1]: https://github.com/sparklemotion/nokogiri/issues/2105
[2]: 7a74cdbe45
2023-11-29 22:49:00 +01:00
..
default.nix
fix-canonicalize-conflict-with-glibc.patch mpdcron: fix build by correcting a C function conflict in nokogiri 2023-11-29 22:49:00 +01:00
Gemfile
Gemfile.lock
gemset.nix mpdcron: fix build by correcting a C function conflict in nokogiri 2023-11-29 22:49:00 +01:00