Compare commits
10 Commits
8f16adc9af
...
39ccc19282
Author | SHA1 | Date | |
---|---|---|---|
39ccc19282 | |||
a1086d8c67 | |||
2b5abf4990 | |||
67a7abbb70 | |||
dc96b999cb | |||
9d2604ebb8 | |||
68b74f61fe | |||
88f480fddf | |||
0b0de30d12 | |||
745b435dba |
@ -1,11 +1,11 @@
|
|||||||
{ stdenv
|
{ stdenvNoCC
|
||||||
, stdenvNoCC
|
|
||||||
, lib
|
, lib
|
||||||
, symlinkJoin
|
, symlinkJoin
|
||||||
, autoPatchelfHook
|
, autoPatchelfHook
|
||||||
, wrapCCWith
|
, wrapCCWith
|
||||||
, overrideCC
|
, overrideCC
|
||||||
, gcc13
|
, gcc13
|
||||||
|
, gcc13Stdenv
|
||||||
, hwloc
|
, hwloc
|
||||||
, libelf
|
, libelf
|
||||||
, libffi_3_3
|
, libffi_3_3
|
||||||
@ -34,6 +34,7 @@ let
|
|||||||
inherit (builtins) attrValues filter mapAttrs removeAttrs;
|
inherit (builtins) attrValues filter mapAttrs removeAttrs;
|
||||||
|
|
||||||
gcc = gcc13;
|
gcc = gcc13;
|
||||||
|
stdenv = gcc13Stdenv;
|
||||||
|
|
||||||
__components = removeAttrs components ["extraPackages"];
|
__components = removeAttrs components ["extraPackages"];
|
||||||
_components = __components;
|
_components = __components;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user