picocom: fix substitution

The upstream code to be replaced changed in upstream commit 8f41c344.
This commit is contained in:
Stefan Frijters 2022-09-01 12:23:33 +02:00 committed by Peter Hoeg
parent 68ad8fafd9
commit 24096f7dad

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
--replace '.picocom_history' '.cache/picocom_history'
substituteInPlace picocom.c \
--replace '"rz -vv"' '"${lrzsz}/bin/rz -vv"' \
--replace '"rz -vv -E"' '"${lrzsz}/bin/rz -vv -E"' \
--replace '"sz -vv"' '"${lrzsz}/bin/sz -vv"'
'';