mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/test-driver: replace termlib with socat
telnetlib does not handle unicode, which is annoying when using systemctl. Also this gives us a nice readline with history.
This commit is contained in:
parent
a95eebd1cd
commit
48aec70ea1
2 changed files with 5 additions and 4 deletions
|
@ -64,7 +64,7 @@ rec {
|
|||
|
||||
wrapProgram $out/bin/nixos-test-driver \
|
||||
--argv0 ${name} \
|
||||
--prefix PATH : "${lib.makeBinPath [ qemu_pkg vde2 netpbm coreutils ]}" \
|
||||
--prefix PATH : "${lib.makeBinPath [ qemu_pkg vde2 netpbm coreutils socat ]}" \
|
||||
${lib.optionalString enableOCR
|
||||
"--prefix PATH : '${ocrProg}/bin:${imagemagick_tiff}/bin'"} \
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue