about summary refs log tree commit diff stats
path: root/pkgs/by-name/i3/i3status-rust-patched/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/i3/i3status-rust-patched/package.nix')
-rw-r--r--pkgs/by-name/i3/i3status-rust-patched/package.nix5
1 files changed, 0 insertions, 5 deletions
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 <https://www.gnu.org/licenses/gpl-3.0.txt>.
 {
   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
     ];
 })