nixpkgs/pkgs/development/libraries/icu
zlepper 3083d2abe3 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.
2024-04-17 14:40:37 +02:00
..
default.nix icu: fix cross compilation 2024-02-25 01:26:59 +00:00
make-icu.nix icu: refactor to avoid runtime dependency on bash 2024-04-17 14:40:37 +02:00