llvmPackages.lldbPlugins: drop llvm/clang rebuild (#366401)
This commit is contained in:
@@ -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
|
||||
@@ -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 =
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user