nixpkgs/pkgs/development/ruby-modules/gem-config
Stanisław Pitucha 33ed801e73 rubyPackages.eventmachine: fix darwin build
This fixes the build of mailcatcher (and maybe others).

Fixes:
```
em.cpp:1232:40: error: invalid operands to binary expression ('__bind<int &, sockaddr *&, int &>' and 'int')
                if (bind (sd, bind_to, bind_to_size) < 0) {
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
```
Where `bind` is treated as `std::bind` rather than `::bind` in newer C++
standards.
2023-02-18 00:14:45 +11:00
..
default.nix rubyPackages.eventmachine: fix darwin build 2023-02-18 00:14:45 +11:00
rdiscount-use-nixpkgs-libmarkdown.patch rubyPackages.rdiscount: use lib from pkgs.discount 2022-01-19 14:06:28 +01:00
xapian-Rakefile