Use gcc13 for intel compiler

This commit is contained in:
Aleix Boné 2025-07-22 15:28:29 +02:00
parent 3fe4505974
commit 18e0ba2733
Signed by: abonerib
SSH Key Fingerprint: SHA256:Jmq7aNH8XDdGy7E9dqfqrc/LRaVqhnFgDgdxlFw/pl8

View File

@ -5,7 +5,7 @@
, autoPatchelfHook
, wrapCCWith
, overrideCC
, gcc
, gcc13
, hwloc
, libelf
, libffi_3_3
@ -33,6 +33,8 @@ makeOverridable (
let
inherit (builtins) attrValues filter mapAttrs removeAttrs;
gcc = gcc13;
__components = removeAttrs components ["extraPackages"];
_components = __components;
# _components = lib.traceSeqN 2 {