Skip to content

Commit 609928f

Browse files
committed
pantheon.epiphany: rename patches
1 parent cae2934 commit 609928f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

pkgs/desktops/gnome/core/epiphany/default.nix

+7-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ stdenv.mkDerivation rec {
4747
};
4848

4949
patches = lib.optionals withPantheon [
50+
# Make this respect dark mode settings from Pantheon
5051
# https://github.com/elementary/browser
51-
./dark-style.patch
52-
./navigation-buttons.patch
52+
# The patch currently differs from upstream (updated for epiphany 40 and 41).
53+
./pantheon-dark-style.patch
54+
./pantheon-navigation-buttons.patch
5355
];
5456

5557
nativeBuildInputs = [
@@ -95,7 +97,9 @@ stdenv.mkDerivation rec {
9597
p11-kit
9698
sqlite
9799
webkitgtk
98-
] ++ lib.optional withPantheon pantheon.granite;
100+
] ++ lib.optionals withPantheon [
101+
pantheon.granite
102+
];
99103

100104
# Tests need an X display
101105
mesonFlags = [

0 commit comments

Comments
 (0)