summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-02-16 08:46:28 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-02-16 08:46:28 +0000
commita9efb9d155e66692c81ab475143f7e1473b36963 (patch)
tree39aa1d5c01e2e54953bde6cfdfd0810aa2904acc /pkgs/system/all-packages-generic.nix
parentbbda87fc306fdbdf22e8fe934505bbb90d420e46 (diff)
downloadnixpkgs-a9efb9d155e66692c81ab475143f7e1473b36963.tar
nixpkgs-a9efb9d155e66692c81ab475143f7e1473b36963.tar.gz
nixpkgs-a9efb9d155e66692c81ab475143f7e1473b36963.tar.bz2
nixpkgs-a9efb9d155e66692c81ab475143f7e1473b36963.tar.lz
nixpkgs-a9efb9d155e66692c81ab475143f7e1473b36963.tar.xz
nixpkgs-a9efb9d155e66692c81ab475143f7e1473b36963.tar.zst
nixpkgs-a9efb9d155e66692c81ab475143f7e1473b36963.zip
* Firefox: don't use internal jpeg, png, zlib, cairo.
svn path=/nixpkgs/trunk/; revision=4819
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 8942792bd99..56d45096ad5 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1836,7 +1836,7 @@ rec {
   };
 
   firefox = (import ../applications/networking/browsers/firefox) {
-    inherit fetchurl stdenv pkgconfig perl zip;
+    inherit fetchurl stdenv pkgconfig perl zip libjpeg libpng zlib cairo;
     inherit (gtkLibs) gtk;
     inherit (gnome) libIDL;
     inherit (xlibs) libXi;