File tree Expand file tree Collapse file tree 2 files changed +10
-35
lines changed
pkgs/development/libraries/tbb Expand file tree Collapse file tree 2 files changed +10
-35
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,16 @@ stdenv.mkDerivation rec {
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.
55- ./patches/fix-cmake-threads-threads-target-for-static.patch
55+ ( fetchpatch {
56+ name = "fix-cmake-threads-threads-target-for-static.patch" ;
57+ url = "https://patch-diff.githubusercontent.com/raw/uxlfoundation/oneTBB/pull/1248.patch" ;
58+ hash = "sha256-3WKzxU93vxuy7NgW+ap+ocZz5Q5utZ/pK7+FQExzLLA=" ;
59+ } )
60+ ] ;
61+
62+ patchFlags = [
63+ "-p1"
64+ "--ignore-whitespace"
5665 ] ;
5766
5867 # Fix build with modern gcc
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments