Merge pull request #216799 from viraptor/eventmachine-darwin
rubyPackages.eventmachine: fix darwin build
This commit is contained in:
commit
f14b06706e
1 changed files with 5 additions and 0 deletions
|
@ -203,7 +203,12 @@ in
|
|||
};
|
||||
|
||||
eventmachine = attrs: {
|
||||
dontBuild = false;
|
||||
buildInputs = [ openssl ];
|
||||
postPatch = ''
|
||||
substituteInPlace ext/em.cpp \
|
||||
--replace 'if (bind (' 'if (::bind ('
|
||||
'';
|
||||
};
|
||||
|
||||
exif = attrs: {
|
||||
|
|
Loading…
Reference in a new issue