mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-23 11:11:27 +02:00
overlays(rofi): Add comment for fetchpatch
This commit is contained in:
parent
9d15ab2f68
commit
86457e056f
@ -1,6 +1,7 @@
|
|||||||
final: prev: {
|
final: prev: {
|
||||||
rofi-wayland-unwrapped = prev.rofi-wayland-unwrapped.overrideAttrs (oldAttrs: {
|
rofi-wayland-unwrapped = prev.rofi-wayland-unwrapped.overrideAttrs (oldAttrs: {
|
||||||
patches = (oldAttrs.patches or [ ]) ++ [
|
patches = (oldAttrs.patches or [ ]) ++ [
|
||||||
|
# Fix touchpad scrolling
|
||||||
(prev.fetchpatch {
|
(prev.fetchpatch {
|
||||||
url = "https://github.com/lbonn/rofi/commit/93ad86da10b1747f4e584bc6bfbfbc3eddb280a3.patch";
|
url = "https://github.com/lbonn/rofi/commit/93ad86da10b1747f4e584bc6bfbfbc3eddb280a3.patch";
|
||||||
hash = "sha256-COWlVTa/C8oySxLdNo8w3W5WiujGIr/cDfXQWRkI1yw=";
|
hash = "sha256-COWlVTa/C8oySxLdNo8w3W5WiujGIr/cDfXQWRkI1yw=";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user