mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
vanadium/overlay: patch btop waiting for upstream response
Related to: https://github.com/NixOS/nixpkgs/issues/481249
This commit is contained in:
parent
98125368d3
commit
8eb2603a8f
1 changed files with 8 additions and 0 deletions
|
|
@ -16,6 +16,14 @@ infuse {
|
||||||
./patches/helix/W-as-write.patch
|
./patches/helix/W-as-write.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
btop.__output.patches.__append = [
|
||||||
|
(final.fetchpatch {
|
||||||
|
name = "btrfs-io-graph";
|
||||||
|
url = "https://patch-diff.githubusercontent.com/raw/aristocratos/btop/pull/1285.patch";
|
||||||
|
hash = "sha256-za6B1EiOV1JqKMJwrNQo43RKChw+C4mmC8pcoxLLau4=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
# TODO:
|
# TODO:
|
||||||
# pinned branch of https://github.com/astrand/xclip/tree/xerror
|
# pinned branch of https://github.com/astrand/xclip/tree/xerror
|
||||||
# use this until #43 gets resolved properly
|
# use this until #43 gets resolved properly
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue