From a2eb53c13ad1ffafce1fec008b0cae8a2fdf0769 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Thu, 21 Nov 2024 15:24:43 +0100 Subject: [PATCH] numactl: Remove upstreamed patch --- overlay/fixes.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/overlay/fixes.nix b/overlay/fixes.nix index cbf7c5b..4322c1f 100644 --- a/overlay/fixes.nix +++ b/overlay/fixes.nix @@ -4,15 +4,6 @@ let inherit (lib) toList; inherit (prev.stdenv) hostPlatform; in { - numactl = prev.numactl.overrideAttrs (prevAttrs: { - patches = prevAttrs.patches or [ ] ++ [ - (final.fetchpatch { - url = "https://github.com/numactl/numactl/commit/f9deba0c8404529772468d6dd01389f7dbfa5ba9.patch"; - hash = "sha256-TmWfD99YaSIHA5PSsWHE91GSsdsVgVU+qIow7LOwOGw="; - }) - ]; - }); - redis = prev.redis.overrideAttrs { doCheck = false; };