pkgsStatic.libblake3: disable oneTBB feature

oneTBB does not support static builds
This commit is contained in:
Shelvacu
2025-12-17 16:16:24 -08:00
committed by Shelvacu on fw
parent c2884c4afb
commit 79269111ec
+2 -1
View File
@@ -6,7 +6,8 @@
fetchpatch,
onetbb,
useTBB ? true,
# TBB doesn't support being built static
useTBB ? !stdenv.hostPlatform.isStatic,
}:
stdenv.mkDerivation (finalAttrs: {