vanadium/overlay: patch btop waiting for upstream response

Related to: https://github.com/NixOS/nixpkgs/issues/481249
This commit is contained in:
Primrose 2026-01-18 18:22:42 +01:00
parent 98125368d3
commit 8eb2603a8f
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -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