numactl: drop musl patch

musl support was added upstream in v2.0.12 in
31dc2951c7
This commit is contained in:
Orivej Desh 2018-10-05 09:49:57 +00:00
parent 94be7e6f81
commit 3fea6319f9

View File

@ -13,11 +13,6 @@ stdenv.mkDerivation rec {
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 = ''
patchShebangs test
'';