guestfs-tools: add optional dependency openssl

This commit is contained in:
Astro 2022-10-10 22:56:43 +02:00
parent 960cc8f3f1
commit 4886f37b97

View file

@ -15,6 +15,7 @@
, makeWrapper
, ncurses
, ocamlPackages
, openssl
, pcre2
, perlPackages
, pkg-config
@ -64,6 +65,7 @@ stdenv.mkDerivation rec {
libvirt
libxml2
ncurses
openssl
pcre2
xz
];