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