* Hopefully using the latest pkgconfig will fix the Firefox build
problem. svn path=/nixpkgs/trunk/; revision=8074
This commit is contained in:
parent
7cda27b6ec
commit
8a89f06527
1 changed files with 2 additions and 1 deletions
|
@ -2603,7 +2603,8 @@ rec {
|
|||
};
|
||||
|
||||
firefox = import ../applications/networking/browsers/firefox {
|
||||
inherit fetchurl stdenv pkgconfig perl zip libjpeg libpng zlib cairo;
|
||||
inherit fetchurl stdenv perl zip libjpeg libpng zlib cairo;
|
||||
pkgconfig = pkgconfig_latest;
|
||||
inherit (gtkLibs) gtk;
|
||||
inherit (gnome) libIDL;
|
||||
inherit (xlibs) libXi;
|
||||
|
|
Loading…
Reference in a new issue