overlays/eww: patch out smooth scroll
This commit is contained in:
parent
9c6a64c708
commit
eec67e6c4d
2 changed files with 35 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
self: super: {
|
||||
# Mainly for https://github.com/elkowar/eww/pull/280
|
||||
# For https://github.com/elkowar/eww/pull/280
|
||||
eww = super.eww.overrideAttrs (old: rec {
|
||||
version = "unstable-fb0e57a";
|
||||
src = self.fetchFromGitHub {
|
||||
|
|
@ -8,6 +8,8 @@ self: super: {
|
|||
rev = "fb0e57a0149904e76fb33807a2804d4af82350de";
|
||||
sha256 = "089rvcswr0wy05fac8xbfrws1qacqi3iialpv8sai7mzlpsw21m0";
|
||||
};
|
||||
# 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 ];
|
||||
cargoSha256 = "1s7rxilqis2nbvjqjp5zarvmr9g6ndcicyx1rilgjv34qwna3mz1";
|
||||
cargoDeps = self.rustPlatform.fetchCargoTarball {
|
||||
inherit src;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue