Merge pull request #216799 from viraptor/eventmachine-darwin

rubyPackages.eventmachine: fix darwin build
This commit is contained in:
Rick van Schijndel 2023-02-22 16:36:16 +01:00 committed by GitHub
commit f14b06706e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,7 +203,12 @@ in
};
eventmachine = attrs: {
dontBuild = false;
buildInputs = [ openssl ];
postPatch = ''
substituteInPlace ext/em.cpp \
--replace 'if (bind (' 'if (::bind ('
'';
};
exif = attrs: {