Merge pull request #35203 from manveru/patch-1

gem-config: add ethon
This commit is contained in:
Jörg Thalheim
2018-02-20 10:39:42 +00:00
committed by GitHub
@@ -88,6 +88,14 @@ in
''; '';
}; };
ethon = attrs: {
dontBuild = false;
postPatch = ''
substituteInPlace lib/ethon/curls/settings.rb \
--replace "libcurl" "${curl.out}/lib/libcurl${stdenv.hostPlatform.extensions.sharedLibrary}"
'';
};
eventmachine = attrs: { eventmachine = attrs: {
buildInputs = [ openssl ]; buildInputs = [ openssl ];
}; };