about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorzlepper <hansen13579@gmail.com>2024-04-17 14:40:37 +0200
committerzlepper <hansen13579@gmail.com>2024-04-17 15:03:04 +0200
commit86e6c52bba2c90bfd5db11eb20e5381a667339f9 (patch)
tree00a1721cb36e1e1072a9a84a37d1f7d5d55c43a2 /nixos/doc
parent1cd80c1bbab6db37da0c17a113b964c29156479b (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')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
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 c97045b2dfca8..488fd169ad06f 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. -->