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
commit c7b340a1c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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 ];
}; };