Resurrect firefox 13 from rev ea2fbd7864 (needed for selenium testing)

This commit is contained in:
Shea Levy
2012-11-09 10:25:03 -05:00
parent 4aaa6c890b
commit 9e5ee2b51e
2 changed files with 194 additions and 0 deletions

View File

@@ -6995,6 +6995,12 @@ let
firefox36Wrapper = wrapFirefox { browser = firefox36Pkgs.firefox; };
firefox13Pkgs = callPackage ../applications/networking/browsers/firefox/13.0.nix {
inherit (gnome) libIDL;
};
firefox13Wrapper = lowPrio (wrapFirefox { browser = firefox13Pkgs.firefox; });
firefox15Pkgs = callPackage ../applications/networking/browsers/firefox/15.0.nix {
inherit (gnome) libIDL;
inherit (pythonPackages) pysqlite;