libguestfs: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-29 17:13:49 +02:00 committed by Martin Weinelt
parent 167544c2df
commit 3575e575f8
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -4,6 +4,7 @@
, pkg-config , pkg-config
, autoreconfHook , autoreconfHook
, makeWrapper , makeWrapper
, libxcrypt
, ncurses , ncurses
, cpio , cpio
, gperf , gperf
@ -65,6 +66,7 @@ stdenv.mkDerivation rec {
] ++ (with perlPackages; [ perl libintl-perl GetoptLong ModuleBuild ]) ] ++ (with perlPackages; [ perl libintl-perl GetoptLong ModuleBuild ])
++ (with ocamlPackages; [ ocaml findlib ]); ++ (with ocamlPackages; [ ocaml findlib ]);
buildInputs = [ buildInputs = [
libxcrypt
ncurses ncurses
jansson jansson
pcre2 pcre2