Fix firefox 4.0 evaluation

svn path=/nixpkgs/trunk/; revision=26397
This commit is contained in:
Michael Raskin 2011-03-17 15:35:59 +00:00
parent c2090d1be3
commit 69e649b1c8

View File

@ -5961,8 +5961,8 @@ let
};
firefox40Pkgs = callPackage ../applications/networking/browsers/firefox/4.0.nix {
inherit (p.gtkLibs) gtk pango;
inherit (p.gnome) libIDL;
inherit (gtkLibs) gtk pango;
inherit (gnome) libIDL;
};
firefox36Wrapper = wrapFirefox firefox36Pkgs.firefox "firefox" "";