firefox: Add 17.0
This commit is contained in:
@@ -7036,6 +7036,13 @@ let
|
||||
|
||||
firefox16Wrapper = lowPrio (wrapFirefox { browser = firefox16Pkgs.firefox; });
|
||||
|
||||
firefox17Pkgs = callPackage ../applications/networking/browsers/firefox/17.0.nix {
|
||||
inherit (gnome) libIDL;
|
||||
inherit (pythonPackages) pysqlite;
|
||||
};
|
||||
|
||||
firefox17Wrapper = lowPrio (wrapFirefox { browser = firefox17Pkgs.firefox; });
|
||||
|
||||
flac = callPackage ../applications/audio/flac { };
|
||||
|
||||
flashplayer = callPackage ../applications/networking/browsers/mozilla-plugins/flashplayer-11 {
|
||||
|
||||
@@ -355,6 +355,7 @@ with (import ./release-lib.nix);
|
||||
|
||||
firefox36Pkgs.firefox = linux;
|
||||
firefox16Pkgs.firefox = linux;
|
||||
firefox17Pkgs.firefox = linux;
|
||||
|
||||
gnome = {
|
||||
gnome_panel = linux;
|
||||
|
||||
Reference in New Issue
Block a user