about summary refs log tree commit diff stats
path: root/pkgs/by-name/i3/i3status-rust-patched/package.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-01-18 18:52:46 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-01-18 18:54:15 +0100
commitf6fd1a5001a37b8b15a942cc576e48d5e403b747 (patch)
treebb231093ef9e6b1cb1566498de7ab5c367a83608 /pkgs/by-name/i3/i3status-rust-patched/package.nix
parentmodules/common/projects: Add system.music (diff)
downloadnixos-config-f6fd1a5001a37b8b15a942cc576e48d5e403b747.zip
pkgs/i3status-rust: Avoid adding patches, that have been merged upstream
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
     ];
 })