gem-config: add libxml2-ruby (#44099)
This commit is contained in:
parent
cfbe0ef315
commit
1f47fe8442
@ -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 ];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user