[Nix-dev] Re: [Nix-commits] SVN commit: nix - 18091 - simons - in nixpkgs/trunk/pkgs: development/libraries/sqlite top-level

Eelco Dolstra e.dolstra at tudelft.nl
Wed Nov 4 15:11:03 CET 2009


Hi,

Peter Simons wrote:

> -  name = "sqlite-3.6.16";
> +  name = "sqlite-3.6.19";

It seems that this version breaks Redland, upon which KDE depends:
http://hydra.nixos.org/build/112921

> +  buildInputs = [readline tcl];

You might want to look at building from the amalgamation source tarball
(http://www.sqlite.org/sqlite-amalgamation-3.6.19.tar.gz), since it apparently
doesn't depend on tcl.  Although I do seem to remember that the amalgamation
build didn't install certain things that other packages need.

-- 
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/



More information about the nix-dev mailing list