about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox/common.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-21 05:27:19 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-23 17:03:41 +0100
commit48eabf68385bc0619c2621fc604fc89221f957dd (patch)
tree2d9e17288cac67db05d729ac089d28a5f3853c81 /pkgs/applications/networking/browsers/firefox/common.nix
parent25e22d96bad5333a023088c4377bcbf444f47dd6 (diff)
firefox: drop hint regarding system cairo
Building with system cairo has been unsupported since Firefox 60
(mozbz#1432751) and the flag was removed in 2021 with Firefox 92
(mozbz#1722653).
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox/common.nix')
-rw-r--r--pkgs/applications/networking/browsers/firefox/common.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix
index 75646389badf3..c49d2f2a3177a 100644
--- a/pkgs/applications/networking/browsers/firefox/common.nix
+++ b/pkgs/applications/networking/browsers/firefox/common.nix
@@ -260,7 +260,6 @@ buildStdenv.mkDerivation ({
     "--with-system-icu"
     "--enable-system-ffi"
     "--enable-system-pixman"
-    #"--enable-system-cairo"
     "--disable-tests"
     "--disable-updater"
     "--enable-default-toolkit=${default-toolkit}"