mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Minor fix for broken ruby evaluation and libiconv
This commit is contained in:
parent
695136db1c
commit
a68484a0ac
@ -84,7 +84,8 @@ in
|
||||
buildFlags =
|
||||
[ "--with-xml2-dir=${libxml2} --with-xml2-include=${libxml2}/include/libxml2"
|
||||
"--with-xslt-dir=${libxslt} --use-system-libraries"
|
||||
] ++ libiconvOrEmpty;
|
||||
libiconv
|
||||
];
|
||||
};
|
||||
|
||||
pry = { gemFlags = "--no-ri --no-rdoc"; };
|
||||
|
Loading…
Reference in New Issue
Block a user