kakasi: replace --replace with --replace-quiet.

This commit is contained in:
Pavel Sobolev
2024-12-29 17:55:03 +03:00
parent a58cc7317f
commit 1cc583ea18
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
postPatch = ''
for a in tests/kakasi-* ; do
substituteInPlace $a \
--replace "/bin/echo" echo
--replace-quiet "/bin/echo" echo
done
'';