mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03:00
Merge pull request #216799 from viraptor/eventmachine-darwin
rubyPackages.eventmachine: fix darwin build
This commit is contained in:
commit
f14b06706e
@ -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 New Issue
Block a user