numactl: drop musl patch
musl support was added upstream in v2.0.12 in https://github.com/numactl/numactl/commit/31dc2951c758698bff060aeae8ffd8854616183b
This commit is contained in:
@@ -13,11 +13,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
patches = stdenv.lib.optional stdenv.hostPlatform.isMusl (fetchpatch {
|
|
||||||
url = https://git.alpinelinux.org/cgit/aports/plain/testing/numactl/musl.patch?id=0592b128c71c3e70d493bc7a13caed0d7fae91dd;
|
|
||||||
sha256 = "080b0sygmg7104qbbh1amh3b322yyiajwi2d3d0vayffgva0720v";
|
|
||||||
});
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs test
|
patchShebangs test
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user