defaultGemConfig: fix zlib flags in nokogiri

This commit is contained in:
Mario Rodas 2021-01-09 04:20:00 +00:00 committed by github-actions[bot]
parent 9ff1aa8d2c
commit abe3a1867d

View file

@ -392,7 +392,8 @@ in
nokogiri = attrs: {
buildFlags = [
"--use-system-libraries"
"--with-zlib-dir=${zlib.dev}"
"--with-zlib-lib=${zlib.out}/lib"
"--with-zlib-include=${zlib.dev}/include"
"--with-xml2-lib=${libxml2.out}/lib"
"--with-xml2-include=${libxml2.dev}/include/libxml2"
"--with-xslt-lib=${libxslt.out}/lib"