mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
abduco: add patch to report pixel sizes to child processes
This commit is contained in:
parent
4c5ada2276
commit
79ba445fd5
@ -32,6 +32,15 @@ stdenv.mkDerivation rec {
|
||||
url = "https://github.com/martanne/abduco/commit/972ca8ab949ee342569dbd66b47cc4a17b28247b.patch";
|
||||
sha256 = "sha256-8hios0iKYDOmt6Bi5NNM9elTflGudnG2xgPF1pSkHI0=";
|
||||
})
|
||||
|
||||
# “report pixel sizes to child processes that use ioctl(0, TIOCGWINSZ, ...)”
|
||||
# used for kitty & other terminals that display images
|
||||
# https://github.com/martanne/abduco/pull/62
|
||||
(fetchpatch {
|
||||
name = "report-pixel-sizes-to-child-processes";
|
||||
url = "https://github.com/martanne/abduco/commit/a1e222308119b3251f00b42e1ddff74a385d4249.patch";
|
||||
sha256 = "sha256-eiF0A4IqJrrvXxjBYtltuVNpxQDv/iQPO+K7Y8hWBGg=";
|
||||
})
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user