forked from mirrors/nixpkgs
I made a typo in ruby libs.nix
svn path=/nixpkgs/trunk/; revision=21033
This commit is contained in:
parent
d7cba8fc61
commit
35639242b5
|
@ -36,7 +36,7 @@ let libs =
|
||||||
buildInputs = [ pkgs.ncurses pkgs.xapianBindings libs.ncursesw ];
|
buildInputs = [ pkgs.ncurses pkgs.xapianBindings libs.ncursesw ];
|
||||||
};
|
};
|
||||||
ncurses = { buildInputs = [ pkgs.ncurses ]; };
|
ncurses = { buildInputs = [ pkgs.ncurses ]; };
|
||||||
ncurses = { buildInputs = [ pkgs.ncurses ]; };
|
ncursesw = { buildInputs = [ pkgs.ncurses ]; };
|
||||||
nokogiri = {
|
nokogiri = {
|
||||||
buildFlags=["--with-xml2-dir=${pkgs.libxml2} --with-xml2-include=${pkgs.libxml2}/include/libxml2"
|
buildFlags=["--with-xml2-dir=${pkgs.libxml2} --with-xml2-include=${pkgs.libxml2}/include/libxml2"
|
||||||
"--with-xslt-dir=${pkgs.libxslt}" ];
|
"--with-xslt-dir=${pkgs.libxslt}" ];
|
||||||
|
|
Loading…
Reference in a new issue