···453453454454- The `erlang-ls` package no longer ships the `els_dap` binary as of v0.51.0.
455455456456+- `icu` no longer includes `install-sh` and `mkinstalldirs` in the shared folder.
457457+456458## Other Notable Changes {#sec-release-24.05-notable-changes}
457459458460<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
+2
pkgs/development/libraries/icu/make-icu.nix
···7575 { from = "\${pkglibdir}/pkgdata.inc"; to = "${placeholder "dev"}/lib/icu/pkgdata.inc"; } # --incpkgdatafile
7676 ];
7777 in ''
7878+ rm $out/share/icu/${version}/install-sh $out/share/icu/${version}/mkinstalldirs # Avoid having a runtime dependency on bash
7979+7880 substituteInPlace "$dev/bin/icu-config" \
7981 ${lib.concatMapStringsSep " " (r: "--replace '${r.from}' '${r.to}'") replacements}
8082 '');