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