svn path=/nixpkgs/trunk/; revision=26460

This commit is contained in:
Eelco Dolstra 2011-03-22 14:30:13 +00:00
parent 73a66cc5e1
commit f9ec20d6ec
2 changed files with 5 additions and 4 deletions

View file

@ -5996,12 +5996,14 @@ let
inherit (gnome) libIDL;
};
firefox36Wrapper = wrapFirefox firefox36Pkgs.firefox "firefox" "";
firefox40Pkgs = callPackage ../applications/networking/browsers/firefox/4.0.nix {
inherit (gtkLibs) gtk pango;
inherit (gnome) libIDL;
};
firefox36Wrapper = wrapFirefox firefox36Pkgs.firefox "firefox" "";
firefox40Wrapper = lowPrio (wrapFirefox firefox40Pkgs.firefox "firefox" "");
flac = callPackage ../applications/audio/flac { };

View file

@ -380,9 +380,8 @@ with (import ./release-lib.nix);
jdee = linux;
};
firefox36Pkgs = {
firefox = linux;
};
firefox36Pkgs.firefox = linux;
firefox40Pkgs.firefox = linux;
gnome = {
gnome_panel = linux;