[Nix-dev] compiling firefox 20 with sqlite_3_7_16_1

David Guibert david.guibert at gmail.com
Sun Apr 28 22:49:44 CEST 2013


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


More information about the nix-dev mailing list