mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +00:00
cctag: fix failing tests with gcc13
Since GCC13 the package does not build correctly, causing the tests to fail. This was not the case with GCC12. Instead of building it with an older version of GCC, we can build and test it successfully with Clang.
This commit is contained in:
parent
430b6438b6
commit
f11d0b0601
@ -20321,6 +20321,7 @@ with pkgs;
|
||||
ccrtp = callPackage ../development/libraries/ccrtp { };
|
||||
|
||||
cctag = callPackage ../development/libraries/cctag {
|
||||
stdenv = clangStdenv;
|
||||
tbb = tbb_2021_11;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user