about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/desktop
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-18 17:17:36 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-10-31 17:29:00 -0400
commit4f5bbdbf5d9f35797f8c909f687b24dee3d208b7 (patch)
tree5662934d25bc2dc0ad577aa6ea1d5da554b10097 /pkgs/desktops/pantheon/desktop
parent451c9d835f193f9f5b1604fd352d5e4e19bdf6db (diff)
downloadnixlib-4f5bbdbf5d9f35797f8c909f687b24dee3d208b7.tar
nixlib-4f5bbdbf5d9f35797f8c909f687b24dee3d208b7.tar.gz
nixlib-4f5bbdbf5d9f35797f8c909f687b24dee3d208b7.tar.bz2
nixlib-4f5bbdbf5d9f35797f8c909f687b24dee3d208b7.tar.lz
nixlib-4f5bbdbf5d9f35797f8c909f687b24dee3d208b7.tar.xz
nixlib-4f5bbdbf5d9f35797f8c909f687b24dee3d208b7.tar.zst
nixlib-4f5bbdbf5d9f35797f8c909f687b24dee3d208b7.zip
pantheon.wingpanel-indicator-datetime: drop clock-format ptach
Diffstat (limited to 'pkgs/desktops/pantheon/desktop')
-rw-r--r--pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix
index 74542b5c4c45..97fa6ba71c0c 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix
@@ -74,11 +74,6 @@ stdenv.mkDerivation rec {
   ];
 
   patches = [
-    # Use "clock-format" GSettings key that's been moved to granite
-    (fetchpatch {
-      url = "https://src.fedoraproject.org/rpms/wingpanel-indicator-datetime/raw/c8d515b76aa812c141212d5515621a6febd781a3/f/00-move-clock-format-settings-to-granite.patch";
-      sha256 = "1sq3aw9ckkm057rnrclnw9lyrxbpl37fyzfnbixi2q3ypr70n880";
-    })
     # See: https://github.com/elementary/wingpanel-indicator-datetime/pull/117
     (fetchpatch {
       url = "https://github.com/elementary/wingpanel-indicator-datetime/commit/4859e72a52d8dac5cad87b192fc912fb013b0ecd.patch";