Skip to content

Commit 21269ff

Browse files
Itaroswegank
authored andcommitted
llvmPackages_{14,15,16,17,git}.lldb: unify lua and python path patch
1 parent 038a9e9 commit 21269ff

10 files changed

Lines changed: 5 additions & 97 deletions

File tree

pkgs/development/compilers/llvm/14/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ in let
158158
[
159159
./lldb/procfs.patch
160160
resourceDirPatch
161-
./lldb/gnu-install-dirs.patch
161+
../common/lldb/gnu-install-dirs.patch
162162
]
163163
# This is a stopgap solution if/until the macOS SDK used for x86_64 is
164164
# updated.

pkgs/development/compilers/llvm/15/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ in let
157157
[
158158
./lldb/procfs.patch
159159
resourceDirPatch
160-
./lldb/gnu-install-dirs.patch
160+
../common/lldb/gnu-install-dirs.patch
161161
]
162162
# This is a stopgap solution if/until the macOS SDK used for x86_64 is
163163
# updated.

pkgs/development/compilers/llvm/15/lldb/gnu-install-dirs.patch

Lines changed: 0 additions & 23 deletions
This file was deleted.

pkgs/development/compilers/llvm/16/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ in let
162162
[
163163
# FIXME: do we need this? ./procfs.patch
164164
resourceDirPatch
165-
./lldb/gnu-install-dirs.patch
165+
../common/lldb/gnu-install-dirs.patch
166166
]
167167
# This is a stopgap solution if/until the macOS SDK used for x86_64 is
168168
# updated.

pkgs/development/compilers/llvm/16/lldb/gnu-install-dirs.patch

Lines changed: 0 additions & 23 deletions
This file was deleted.

pkgs/development/compilers/llvm/17/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ in let
153153
patches =
154154
[
155155
# FIXME: do we need this? ./procfs.patch
156-
./lldb/gnu-install-dirs.patch
156+
../common/lldb/gnu-install-dirs.patch
157157
]
158158
# This is a stopgap solution if/until the macOS SDK used for x86_64 is
159159
# updated.

pkgs/development/compilers/llvm/17/lldb/gnu-install-dirs.patch

Lines changed: 0 additions & 23 deletions
This file was deleted.

pkgs/development/compilers/llvm/14/lldb/gnu-install-dirs.patch renamed to pkgs/development/compilers/llvm/common/lldb/gnu-install-dirs.patch

File renamed without changes.

pkgs/development/compilers/llvm/git/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ in let
158158
patches =
159159
[
160160
# FIXME: do we need this? ./procfs.patch
161-
./lldb/gnu-install-dirs.patch
161+
../common/lldb/gnu-install-dirs.patch
162162
]
163163
# This is a stopgap solution if/until the macOS SDK used for x86_64 is
164164
# updated.

pkgs/development/compilers/llvm/git/lldb/gnu-install-dirs.patch

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)