···5252 })
5353 # Fix Threads::Threads target for static from https://github.com/oneapi-src/oneTBB/pull/1248
5454 # This is a conflict-resolved cherry-pick of the above PR to due to formatting differences.
5555- ./patches/fix-cmake-threads-threads-target-for-static.patch
5555+ (fetchpatch {
5656+ name = "fix-cmake-threads-threads-target-for-static.patch";
5757+ url = "https://patch-diff.githubusercontent.com/raw/uxlfoundation/oneTBB/pull/1248.patch";
5858+ hash = "sha256-3WKzxU93vxuy7NgW+ap+ocZz5Q5utZ/pK7+FQExzLLA=";
5959+ })
6060+ ];
6161+6262+ patchFlags = [
6363+ "-p1"
6464+ "--ignore-whitespace"
5665 ];
57665867 # Fix build with modern gcc