From 4788070d4872fbba66287ccdbc9187d18784405c Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Thu, 23 Sep 2021 09:10:53 +0800 Subject: [PATCH] pantheon.epiphany: remove fixme They are fixing the tab styling issues on their GTK theme and no actual things to do here. --- pkgs/desktops/gnome/core/epiphany/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/desktops/gnome/core/epiphany/default.nix b/pkgs/desktops/gnome/core/epiphany/default.nix index 3f25e303dc1e..6f673d632267 100644 --- a/pkgs/desktops/gnome/core/epiphany/default.nix +++ b/pkgs/desktops/gnome/core/epiphany/default.nix @@ -48,7 +48,6 @@ stdenv.mkDerivation rec { patches = lib.optionals withPantheon [ # https://github.com/elementary/browser - # FIXME: Update the patches when https://github.com/elementary/browser/pull/41 merged ./dark-style.patch ./navigation-buttons.patch ];