Merge pull request #311609 from jmpunkt/fix-cctag-gcc13

cctag: fix failing tests with gcc13
This commit is contained in:
Weijia Wang 2024-05-15 10:55:49 +02:00 committed by GitHub
commit a423476b55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20278,6 +20278,7 @@ with pkgs;
ccrtp = callPackage ../development/libraries/ccrtp { };
cctag = callPackage ../development/libraries/cctag {
stdenv = clangStdenv;
tbb = tbb_2021_11;
};