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
|
, makeWrapper
|
||||||
, ncurses
|
, ncurses
|
||||||
, ocamlPackages
|
, ocamlPackages
|
||||||
|
, openssl
|
||||||
, pcre2
|
, pcre2
|
||||||
, perlPackages
|
, perlPackages
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
@ -64,6 +65,7 @@ stdenv.mkDerivation rec {
|
||||||
libvirt
|
libvirt
|
||||||
libxml2
|
libxml2
|
||||||
ncurses
|
ncurses
|
||||||
|
openssl
|
||||||
pcre2
|
pcre2
|
||||||
xz
|
xz
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue