about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-19 06:35:58 -0500
committerGitHub <noreply@github.com>2024-04-19 06:35:58 -0500
commit4237fee22db7ee89d831e671073d9e2ab36dc59a (patch)
tree69cddaaf6b976dbcb7f803abb95e5555e1892bf1 /pkgs
parentbd4ae0e121d1316a236da923e7e46ebab1fbc2c5 (diff)
Revert "icu: refactor to avoid runtime dependency on bash"
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/icu/make-icu.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/icu/make-icu.nix b/pkgs/development/libraries/icu/make-icu.nix
index b130c346dbaa3..836a7e3c73a69 100644
--- a/pkgs/development/libraries/icu/make-icu.nix
+++ b/pkgs/development/libraries/icu/make-icu.nix
@@ -75,8 +75,6 @@ let
         { from = "\${pkglibdir}/pkgdata.inc"; to = "${placeholder "dev"}/lib/icu/pkgdata.inc"; } # --incpkgdatafile
       ];
     in ''
-      rm $out/share/icu/${version}/install-sh $out/share/icu/${version}/mkinstalldirs # Avoid having a runtime dependency on bash
-
       substituteInPlace "$dev/bin/icu-config" \
         ${lib.concatMapStringsSep " " (r: "--replace '${r.from}' '${r.to}'") replacements}
     '');