numactl: Remove upstreamed patch
This commit is contained in:
parent
619cf269cd
commit
a2eb53c13a
1 changed files with 0 additions and 9 deletions
|
@ -4,15 +4,6 @@ let
|
||||||
inherit (lib) toList;
|
inherit (lib) toList;
|
||||||
inherit (prev.stdenv) hostPlatform;
|
inherit (prev.stdenv) hostPlatform;
|
||||||
in {
|
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 {
|
redis = prev.redis.overrideAttrs {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue