pkgsStatic.libblake3: disable oneTBB feature
oneTBB does not support static builds
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
fetchpatch,
|
||||
onetbb,
|
||||
|
||||
useTBB ? true,
|
||||
# TBB doesn't support being built static
|
||||
useTBB ? !stdenv.hostPlatform.isStatic,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
Reference in New Issue
Block a user