···50 src = src';
51 inherit patches;
5253- # LLDB expects to find the path to `bin` relative to `lib` on Darwin. It can’t be patched with the location of
54- # the `lib` output because that would create a cycle between it and the `out` output.
55- outputs = [ "out" "dev" ] ++ lib.optionals (!stdenv.isDarwin) [ "lib" ];
5657 sourceRoot = lib.optional (lib.versionAtLeast release_version "13") "${src.name}/${pname}";
58