guestfs-tools: add optional dependency openssl
This commit is contained in:
parent
960cc8f3f1
commit
4886f37b97
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue