From f6fd1a5001a37b8b15a942cc576e48d5e403b747 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 18 Jan 2026 18:52:46 +0100 Subject: pkgs/i3status-rust: Avoid adding patches, that have been merged upstream --- pkgs/by-name/i3/i3status-rust-patched/package.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pkgs/by-name/i3/i3status-rust-patched/package.nix') diff --git a/pkgs/by-name/i3/i3status-rust-patched/package.nix b/pkgs/by-name/i3/i3status-rust-patched/package.nix index 1d0a42bc..a103e275 100644 --- a/pkgs/by-name/i3/i3status-rust-patched/package.nix +++ b/pkgs/by-name/i3/i3status-rust-patched/package.nix @@ -9,7 +9,6 @@ # If not, see . { i3status-rust, - fetchpatch2, }: i3status-rust.overrideAttrs (final: prev: { pname = "${prev.pname}-patched"; @@ -19,9 +18,5 @@ i3status-rust.overrideAttrs (final: prev: { ++ [ # Btrfs support for disk_space block. ./patches/0001-disk_space-Support-btrfs-backend.patch - - # Correctly calculate the used memory. - ./patches/0002-memory-Directly-convert-reported-memory-usage-into-b.patch - ./patches/0003-memory-Avoid-estimating-available-memory-use-kernel-.patch ]; }) -- cgit 1.4.1