Commit 79269111 authored by Shelvacu's avatar Shelvacu Committed by Shelvacu on fw
Browse files

pkgsStatic.libblake3: disable oneTBB feature

oneTBB does not support static builds
parent c2884c4a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@
  fetchpatch,
  onetbb,

  useTBB ? true,
  # TBB doesn't support being built static
  useTBB ? !stdenv.hostPlatform.isStatic,
}:

stdenv.mkDerivation (finalAttrs: {