From 50b8829ce920728978cf1548f8950a5f0860e4f4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 1 Apr 2011 20:28:01 +0000 Subject: [PATCH] * Firefox: don't do --enable-system-cairo for now because it causes gradients in tabs and other places in the interface to be missing (i.e. entirely white). Should investigate why our own Cairo doesn't work properly. svn path=/nixpkgs/trunk/; revision=26666 --- pkgs/applications/networking/browsers/firefox/4.0.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/firefox/4.0.nix b/pkgs/applications/networking/browsers/firefox/4.0.nix index 5ca685ab372..f9aae02c32f 100644 --- a/pkgs/applications/networking/browsers/firefox/4.0.nix +++ b/pkgs/applications/networking/browsers/firefox/4.0.nix @@ -36,7 +36,8 @@ rec { "--with-system-nspr" # "--with-system-nss" # "--with-system-png" # <-- "--with-system-png won't work because the system's libpng doesn't have APNG support" - "--enable-system-cairo" + # Disabled system Cairo for now because it causes gradients in tabs etc. to be missing. + # "--enable-system-cairo" # Compiling with the Nixpkgs SQLite gives: # "configure: error: System SQLite library is not compiled with SQLITE_SECURE_DELETE." # "--enable-system-sqlite"