Merge pull request #221902 from bjornfor/libvirt-add-missing-ssh

libvirt: add missing 'ssh' to $PATH
This commit is contained in:
Ilan Joselevich 2023-03-19 14:07:37 +02:00 committed by GitHub
commit 98b7d8e061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@
, makeWrapper , makeWrapper
, meson , meson
, ninja , ninja
, openssh
, perl , perl
, perlPackages , perlPackages
, polkit , polkit
@ -91,6 +92,7 @@ let
lvm2 lvm2
numactl numactl
numad numad
openssh
pmutils pmutils
systemd systemd
] ++ lib.optionals enableIscsi [ ] ++ lib.optionals enableIscsi [