nixpkgs/pkgs/development/ruby-modules
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
..
bundix
bundled-common treewide: use optionalString 2023-02-13 21:52:34 +01:00
bundler bundler: 2.4.5 -> 2.4.6 2023-01-31 22:01:14 +01:00
bundler-app ruby: move towards ruby 3 2022-10-06 17:09:38 +02:00
bundler-env
bundler-update-script bundlerUpdateScript: Fix evaluation with allowAliases = false 2022-12-03 23:40:32 +01:00
gem buildRubyGem: don't use the bash 'type' variable name (#211899) 2023-01-21 16:43:07 +01:00
gem-config rubyPackages.eventmachine: fix darwin build 2023-02-18 00:14:45 +11:00
rbenv
testing
with-packages rubyPackages.mail: init at 2.8.1 2023-02-13 19:19:09 +01:00
runtests.sh