about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-06-07 14:24:31 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-06-07 14:24:31 -0400
commit150a36299e55ea3eeed6c22db506a5debf541ab2 (patch)
tree7c880e2078da4b073e82a38f2f896814edf88961 /pkgs/desktops
parentcf675b75c31a596b06d17dbefd8ac8e2fd70a3a4 (diff)
downloadnixlib-150a36299e55ea3eeed6c22db506a5debf541ab2.tar
nixlib-150a36299e55ea3eeed6c22db506a5debf541ab2.tar.gz
nixlib-150a36299e55ea3eeed6c22db506a5debf541ab2.tar.bz2
nixlib-150a36299e55ea3eeed6c22db506a5debf541ab2.tar.lz
nixlib-150a36299e55ea3eeed6c22db506a5debf541ab2.tar.xz
nixlib-150a36299e55ea3eeed6c22db506a5debf541ab2.tar.zst
nixlib-150a36299e55ea3eeed6c22db506a5debf541ab2.zip
fixup! pantheon.switchboard-plug-notifications: 2.1.6 -> 2.1.7
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix
index 6aca76528350..30df180eeb76 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix
@@ -24,15 +24,6 @@ stdenv.mkDerivation rec {
     sha256 = "02amm2j6blpfc16p5rm64p8shnppzsg49hz4v196mli5xr1r441h";
   };
 
-  patches = [
-    # Fix do not disturb on NixOS
-    # https://github.com/elementary/switchboard-plug-notifications/pull/66
-    (fetchpatch {
-      url = "https://github.com/elementary/switchboard-plug-notifications/commit/c306366b39c3199f0b64eda73419005fcb5e29b8.patch";
-      sha256 = "0m018rfw5iv582sw6qgwc8lzn0j32ix1w47fvlfmx0kw04irl2x3";
-    })
-  ];
-
   passthru = {
     updateScript = pantheon.updateScript {
       attrPath = "pantheon.${pname}";