Loading pkgs/development/compilers/llvm/common/default.nix +9 −15 Original line number Diff line number Diff line Loading @@ -317,20 +317,6 @@ let }; }; lldbPlugins = lib.makeExtensible ( lldbPlugins: let callPackage = newScope ( lldbPlugins // { inherit stdenv; inherit (tools) lldb; } ); in lib.recurseIntoAttrs { llef = callPackage ./lldb-plugins/llef.nix { }; } ); tools = lib.makeExtensible ( tools: let Loading Loading @@ -671,6 +657,14 @@ let ); }; lldbPlugins = lib.makeExtensible ( lldbPlugins: let callPackage = newScope ( lldbPlugins // tools // args // metadata ); in lib.recurseIntoAttrs { llef = callPackage ./lldb-plugins/llef.nix { }; } ); lldb = callPackage ./lldb.nix ( { patches = Loading Loading @@ -1222,7 +1216,7 @@ let noExtend = extensible: lib.attrsets.removeAttrs extensible [ "extend" ]; in { inherit tools libraries lldbPlugins; inherit tools libraries; inherit (metadata) release_version; } // (noExtend libraries) Loading Loading
pkgs/development/compilers/llvm/common/default.nix +9 −15 Original line number Diff line number Diff line Loading @@ -317,20 +317,6 @@ let }; }; lldbPlugins = lib.makeExtensible ( lldbPlugins: let callPackage = newScope ( lldbPlugins // { inherit stdenv; inherit (tools) lldb; } ); in lib.recurseIntoAttrs { llef = callPackage ./lldb-plugins/llef.nix { }; } ); tools = lib.makeExtensible ( tools: let Loading Loading @@ -671,6 +657,14 @@ let ); }; lldbPlugins = lib.makeExtensible ( lldbPlugins: let callPackage = newScope ( lldbPlugins // tools // args // metadata ); in lib.recurseIntoAttrs { llef = callPackage ./lldb-plugins/llef.nix { }; } ); lldb = callPackage ./lldb.nix ( { patches = Loading Loading @@ -1222,7 +1216,7 @@ let noExtend = extensible: lib.attrsets.removeAttrs extensible [ "extend" ]; in { inherit tools libraries lldbPlugins; inherit tools libraries; inherit (metadata) release_version; } // (noExtend libraries) Loading