diff --git a/pkgs/applications/misc/polybar/9button.patch b/pkgs/applications/misc/polybar/9button.patch deleted file mode 100644 index aecf68f..0000000 --- a/pkgs/applications/misc/polybar/9button.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --git a/include/components/types.hpp b/include/components/types.hpp -index 8125d4b..c435f4a 100644 ---- a/include/components/types.hpp -+++ b/include/components/types.hpp -@@ -43,5 +43,6 @@ enum class controltag { - DOUBLE_MIDDLE, - DOUBLE_RIGHT, -+ EXTRA, - // Terminator value, do not use - BTN_COUNT, - }; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 6cc5dba..93c1a95 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -39,12 +39,6 @@ rec { }; }); - polybar = pkgs.polybar.overrideAttrs (oldAttrs: { - # Enables an extra button in formatting, indirectly allowing the use of - # the mouse forward and backward buttons. - patches = (oldAttrs.patches or [ ]) ++ [ ../applications/misc/polybar/9button.patch ]; - }); - python3Packages = pkgs.recurseIntoAttrs { py-sonic = pkgs.python3.pkgs.callPackage ../development/python-modules/py-sonic { }; };