Unverified Commit f14b0670 authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

Merge pull request #216799 from viraptor/eventmachine-darwin

rubyPackages.eventmachine: fix darwin build
parents 37d6221c 33ed801e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -203,7 +203,12 @@ in
  };

  eventmachine = attrs: {
    dontBuild = false;
    buildInputs = [ openssl ];
    postPatch = ''
      substituteInPlace ext/em.cpp \
        --replace 'if (bind (' 'if (::bind ('
    '';
  };

  exif = attrs: {