overlays/eww: fix build error
This commit is contained in:
parent
466a79e619
commit
4e76513668
3 changed files with 64 additions and 3 deletions
|
|
@ -1,6 +1,10 @@
|
|||
self: super: {
|
||||
eww = super.eww.overrideAttrs (old: rec {
|
||||
# Use normal scroll events instead of smooth scroll ( due to https://bugzilla.gnome.org/show_bug.cgi?id=675959 )
|
||||
patches = old.patches ++ [ ./patches/eww.patch ];
|
||||
patches = old.patches ++ [
|
||||
# Use normal scroll events instead of smooth scroll ( due to https://bugzilla.gnome.org/show_bug.cgi?id=675959 )
|
||||
./patches/eww.patch
|
||||
# Backport https://github.com/elkowar/eww/pull/711
|
||||
./patches/eww-box.patch
|
||||
];
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue