3
0
Fork 0
forked from mirrors/nixpkgs

tbb: Fix build for aarch64-darwin (#182367)

This commit is contained in:
Kamil 2022-07-24 06:20:15 +03:00 committed by GitHub
parent a6e045e7cb
commit 46cf1b9781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,13 @@ stdenv.mkDerivation rec {
url = "https://github.com/oneapi-src/oneTBB/pull/833/commits/c18342ba667d1f33f5e9a773aa86b091a9694b97.patch";
sha256 = "ZUExE3nsW80Z5GPWZnDNuDiHHaD1EF7qNl/G5M+Wcxg=";
})
# Fixes build for aarch64-darwin
(fetchurl {
name = "aarch64-darwin.patch";
url = "https://github.com/oneapi-src/oneTBB/pull/258/commits/86f6dcdc17a8f5ef2382faaef860cfa5243984fe.patch";
sha256 = "sha256-JXqrFPCb3q1vfxk752tQu7HhApCB4YH2LoVnGRwmspk=";
})
];
nativeBuildInputs = lib.optionals stdenv.isDarwin [