gem-config: add libxml2-ruby (#44099)

This commit is contained in:
Alyssa Ross 2018-07-26 19:51:17 +02:00 committed by zimbatm
parent cfbe0ef315
commit 1f47fe8442

View File

@ -206,6 +206,13 @@ in
buildFlags = [ "--with-system-v8=true" ];
};
libxml-ruby = attrs: {
buildFlags = [
"--with-xml2-lib=${libxml2.out}/lib"
"--with-xml2-include=${libxml2.dev}/include/libxml2"
];
};
msgpack = attrs: {
buildInputs = [ libmsgpack ];
};