Merge pull request #35203 from manveru/patch-1

gem-config: add ethon

authored by Jörg Thalheim and committed by GitHub c7b340a1 263a8c72

+8
+8
pkgs/development/ruby-modules/gem-config/default.nix
··· 87 sed -i $installPath/lib/dep-selector-libgecode.rb -e 's@VENDORED_GECODE_DIR =.*@VENDORED_GECODE_DIR = "${gecode_3}"@' 88 ''; 89 }; 90 91 eventmachine = attrs: { 92 buildInputs = [ openssl ];
··· 87 sed -i $installPath/lib/dep-selector-libgecode.rb -e 's@VENDORED_GECODE_DIR =.*@VENDORED_GECODE_DIR = "${gecode_3}"@' 88 ''; 89 }; 90 + 91 + ethon = attrs: { 92 + dontBuild = false; 93 + postPatch = '' 94 + substituteInPlace lib/ethon/curls/settings.rb \ 95 + --replace "libcurl" "${curl.out}/lib/libcurl${stdenv.hostPlatform.extensions.sharedLibrary}" 96 + ''; 97 + }; 98 99 eventmachine = attrs: { 100 buildInputs = [ openssl ];