diff options
author | zlepper | 2024-04-17 14:40:37 +0200 |
---|---|---|
committer | zlepper | 2024-04-17 15:03:04 +0200 |
commit | 86e6c52bba2c90bfd5db11eb20e5381a667339f9 (patch) | |
tree | 00a1721cb36e1e1072a9a84a37d1f7d5d55c43a2 /nixos/doc/manual | |
parent | 1cd80c1bbab6db37da0c17a113b964c29156479b (diff) |
icu: refactor to avoid runtime dependency on bash
Bash was considered a runtime dependency as the two files `install-sh` and `mkinstalldirs` was included in the library output. These files has a shebang for `#!/bin/sh` which is replaced by nix to point to bash in the fixup phase.
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r-- | nixos/doc/manual/release-notes/rl-2405.section.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md index c97045b2dfca..488fd169ad06 100644 --- a/nixos/doc/manual/release-notes/rl-2405.section.md +++ b/nixos/doc/manual/release-notes/rl-2405.section.md @@ -439,6 +439,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m - The `erlang-ls` package no longer ships the `els_dap` binary as of v0.51.0. +- `icu` no longer includes `install-sh` and `mkinstalldirs` in the shared folder. + ## Other Notable Changes {#sec-release-24.05-notable-changes} <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. --> |