icu: fix icu-config /bin/sh configure impurity

replace `/bin/sh` in the configure tests.

the icuReal derivation already does this
This commit is contained in:
Reno Dakota
2025-01-07 14:11:24 -08:00
parent f808ba8a2c
commit 20998abef5
@@ -36,6 +36,7 @@ let
];
preConfigure = ''
sed -i -e "s|/bin/sh|${stdenv.shell}|" configure
patchShebangs --build .
# $(includedir) is different from $(prefix)/include due to multiple outputs
sed -i -e 's|^\(CPPFLAGS = .*\) -I\$(prefix)/include|\1 -I$(includedir)|' config/Makefile.inc.in