mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-25 11:48:17 +02:00
overlays: remove rofi-wayland-unwrapped
No longer necessary now that a new release is out.
This commit is contained in:
parent
f2830737e6
commit
657e7fc71c
@ -1,11 +0,0 @@
|
|||||||
final: prev: {
|
|
||||||
rofi-wayland-unwrapped = prev.rofi-wayland-unwrapped.overrideAttrs (oldAttrs: {
|
|
||||||
patches = (oldAttrs.patches or [ ]) ++ [
|
|
||||||
# Fix touchpad scrolling
|
|
||||||
(prev.fetchpatch {
|
|
||||||
url = "https://github.com/lbonn/rofi/commit/93ad86da10b1747f4e584bc6bfbfbc3eddb280a3.patch";
|
|
||||||
hash = "sha256-COWlVTa/C8oySxLdNo8w3W5WiujGIr/cDfXQWRkI1yw=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
});
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user