Unverified Commit f11d0b06 authored by Jonas Meurer's avatar Jonas Meurer
Browse files

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.
parent 430b6438
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20321,6 +20321,7 @@ with pkgs;
  ccrtp = callPackage ../development/libraries/ccrtp { };
  cctag = callPackage ../development/libraries/cctag {
    stdenv = clangStdenv;
    tbb = tbb_2021_11;
  };