Skip to content

Commit

Permalink
kakasi: replace --replace with --replace-quiet.
Browse files Browse the repository at this point in the history
  • Loading branch information
paveloom committed Dec 29, 2024
1 parent aa829cf commit 98c3df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ka/kakasi/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
postPatch = ''
for a in tests/kakasi-* ; do
substituteInPlace $a \
--replace "/bin/echo" echo
--replace-quiet "/bin/echo" echo
done
'';

Expand Down

0 comments on commit 98c3df4

Please sign in to comment.