File tree Expand file tree Collapse file tree 1 file changed +9
-15
lines changed
pkgs/development/compilers/llvm/common Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Original file line number Diff line number Diff line change 317317 } ;
318318 } ;
319319
320- lldbPlugins = lib . makeExtensible (
321- lldbPlugins :
322- let
323- callPackage = newScope (
324- lldbPlugins
325- // {
326- inherit stdenv ;
327- inherit ( tools ) lldb ;
328- }
329- ) ;
330- in
331- lib . recurseIntoAttrs { llef = callPackage ./lldb-plugins/llef.nix { } ; }
332- ) ;
333-
334320 tools = lib . makeExtensible (
335321 tools :
336322 let
671657 ) ;
672658 } ;
673659
660+ lldbPlugins = lib . makeExtensible (
661+ lldbPlugins :
662+ let
663+ callPackage = newScope ( lldbPlugins // tools // args // metadata ) ;
664+ in
665+ lib . recurseIntoAttrs { llef = callPackage ./lldb-plugins/llef.nix { } ; }
666+ ) ;
667+
674668 lldb = callPackage ./lldb.nix (
675669 {
676670 patches =
@@ -1222,7 +1216,7 @@ let
12221216 noExtend = extensible : lib . attrsets . removeAttrs extensible [ "extend" ] ;
12231217in
12241218{
1225- inherit tools libraries lldbPlugins ;
1219+ inherit tools libraries ;
12261220 inherit ( metadata ) release_version ;
12271221}
12281222// ( noExtend libraries )
You can’t perform that action at this time.
0 commit comments