forked from mirrors/nixpkgs
libguestfs: fix build with libxcrypt
This commit is contained in:
parent
167544c2df
commit
3575e575f8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue