nixos/shell: patch kitty for copy-ansi-to-clipboard
fix
https://github.com/kovidgoyal/kitty/issues/8682
This commit is contained in:
parent
a83809ce09
commit
2389ca1a05
1 changed files with 11 additions and 1 deletions
|
@ -15,7 +15,17 @@ in
|
||||||
aliasDrag
|
aliasDrag
|
||||||
ranger-git
|
ranger-git
|
||||||
ripgrep
|
ripgrep
|
||||||
kitty
|
(kitty.overrideAttrs (superAttrs: {
|
||||||
|
patches = superAttrs.patches or [] ++ [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/AmirulAndalib/kitty/commit/61fd8c4003b361503160424cbed1960153f40290.patch";
|
||||||
|
excludes = lib.map lib.escapeRegex [
|
||||||
|
"docs/changelog.rst"
|
||||||
|
];
|
||||||
|
hash = "sha256-TqO/pLRkxN+Mz4nfNfTntGpPoy6OgbtAGmdohG/1BFs=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
}))
|
||||||
zoxide
|
zoxide
|
||||||
]) ++ [
|
]) ++ [
|
||||||
(
|
(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue