From 54a5f9c9fc3db6efc215a63c386eb4bd097b724d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 5 Sep 2008 09:16:15 +0000 Subject: [PATCH] IceCat: Remove outdated comment. svn path=/nixpkgs/trunk/; revision=12805 --- pkgs/applications/networking/browsers/icecat-3/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/icecat-3/default.nix b/pkgs/applications/networking/browsers/icecat-3/default.nix index 4d0494c877f..b12bb41d29a 100644 --- a/pkgs/applications/networking/browsers/icecat-3/default.nix +++ b/pkgs/applications/networking/browsers/icecat-3/default.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation { "--with-system-zlib" "--with-system-bz2" # "--with-system-png" # <-- "--with-system-png won't work because the system's libpng doesn't have APNG support" - "--enable-system-cairo" # <-- disabled for now because IceCat needs a alpha version of Cairo + "--enable-system-cairo" #"--enable-system-sqlite" # <-- this seems to be discouraged "--disable-crashreporter" ];