Compare commits
10 Commits
39ccc19282
...
8f16adc9af
Author | SHA1 | Date | |
---|---|---|---|
8f16adc9af | |||
c2578d64b6 | |||
bdb8b5ce38 | |||
082b82826e | |||
15695dc2cf | |||
8713d081fe | |||
c678fa0007 | |||
180d416b9f | |||
19ad4ff56a | |||
4663dae31f |
@ -1,11 +1,11 @@
|
|||||||
{ stdenvNoCC
|
{ stdenv
|
||||||
|
, 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,7 +34,6 @@ 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