Hi,

Firefox 20 does not build with sqlite3 < 3.7.15.2.

I tried to override sqlite like cairo for eclipse packages with
something like this
  firefox20Pkgs = (callPackage
../applications/networking/browsers/firefox/20.0.nix {
      inherit (gnome) libIDL;
      inherit (pythonPackages) pysqlite;
  }).deepOverride {
      sqlite = sqlite_3_7_16_1;
  };

But pysqlite is still using the default sqlite package.
How could we override the sqlite attribute?
--
Regards, David
_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to