mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
* 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
@ -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 New Issue
Block a user