patches: remove kitty resize display fix
This commit is contained in:
parent
6fb2abd32f
commit
f662cf6ce8
1 changed files with 0 additions and 11 deletions
|
@ -8,17 +8,6 @@ in
|
|||
{
|
||||
coreutils-doge = addPatches prev.coreutils [ ./coreutils.patch ];
|
||||
|
||||
kitty = addPatches prev.kitty [
|
||||
(final.fetchpatch {
|
||||
url = "https://github.com/kovidgoyal/kitty/commit/e50ab57b8d9c7b78d0ac106c33b44ea55ae86f0b.patch";
|
||||
hash = "sha256-S4/BWRj3cpL72Gqb0PcodmZmoIJz+faZV7kcb6X2SmI=";
|
||||
})
|
||||
(final.fetchpatch {
|
||||
url = "https://github.com/kovidgoyal/kitty/commit/601e502d2e27baca7446587cb5188c965eaf3789.patch";
|
||||
hash = "sha256-ugnjiiBWopLiAtf9KytjWEk7NH4IdVtq8Zj3GTaJLxs=";
|
||||
})
|
||||
];
|
||||
|
||||
# nitter = prev.nitter.overrideAttrs (old: {
|
||||
# patches = (old.patches or [ ]) ++ [
|
||||
# (final.fetchpatch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue