Fix recursion in polybar
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
xeals 2020-10-15 19:47:10 +11:00
parent c96782f220
commit 05048812e2
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

View File

@ -76,7 +76,7 @@ rec {
};
});
polybar = polybar.overrideAttrs (oldAttrs: {
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 [ ]) ++ [ ./pkgs/applications/misc/polybar/9button.patch ];