mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Fix firefox 4.0 evaluation
svn path=/nixpkgs/trunk/; revision=26397
This commit is contained in:
parent
c2090d1be3
commit
69e649b1c8
1 changed files with 2 additions and 2 deletions
|
@ -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" "";
|
||||
|
|
Loading…
Reference in a new issue