Revert "llvmPackages.lldb: combine out
and lib
outputs on Darwin"
This reverts commit 210ebc2123
.
This commit is contained in:
parent
a14bae871a
commit
7d9ac4d1c3
1 changed files with 1 additions and 3 deletions
|
@ -50,9 +50,7 @@ stdenv.mkDerivation (rec {
|
|||
src = src';
|
||||
inherit patches;
|
||||
|
||||
# LLDB expects to find the path to `bin` relative to `lib` on Darwin. It can’t be patched with the location of
|
||||
# the `lib` output because that would create a cycle between it and the `out` output.
|
||||
outputs = [ "out" "dev" ] ++ lib.optionals (!stdenv.isDarwin) [ "lib" ];
|
||||
outputs = [ "out" "lib" "dev" ];
|
||||
|
||||
sourceRoot = lib.optional (lib.versionAtLeast release_version "13") "${src.name}/${pname}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue