llvmPackages_{12,13,14,15,16,17,18,19,20,git}.lldb: move into lldb directory
This commit is contained in:
committed by
Alyssa Ross
parent
6e7145141b
commit
1b53ec3a45
@@ -228,7 +228,7 @@ let
|
||||
lib.recurseIntoAttrs { llef = callPackage ./lldb-plugins/llef.nix { }; }
|
||||
);
|
||||
|
||||
lldb = callPackage ./lldb.nix (
|
||||
lldb = callPackage ./lldb (
|
||||
{
|
||||
}
|
||||
// lib.optionalAttrs (lib.versions.major metadata.release_version == "16") {
|
||||
|
||||
+1
-1
@@ -130,7 +130,7 @@ stdenv.mkDerivation (
|
||||
++ lib.optional (lib.versionOlder release_version "14") (
|
||||
getVersionFile "lldb/gnu-install-dirs.patch"
|
||||
)
|
||||
++ lib.optional (lib.versionAtLeast release_version "14") ./lldb/gnu-install-dirs.patch;
|
||||
++ lib.optional (lib.versionAtLeast release_version "14") ./gnu-install-dirs.patch;
|
||||
|
||||
nativeBuildInputs =
|
||||
[
|
||||
Reference in New Issue
Block a user