libguestfs: fix build w/glibc-2.32
This commit is contained in:
parent
0079133e42
commit
b20ac1c4c3
@ -3,6 +3,7 @@
|
|||||||
, acl, libcap, libcap_ng, libconfig, systemd, fuse, yajl, libvirt, hivex, db
|
, acl, libcap, libcap_ng, libconfig, systemd, fuse, yajl, libvirt, hivex, db
|
||||||
, gmp, readline, file, numactl, xen, libapparmor, jansson
|
, gmp, readline, file, numactl, xen, libapparmor, jansson
|
||||||
, getopt, perlPackages, ocamlPackages
|
, getopt, perlPackages, ocamlPackages
|
||||||
|
, libtirpc
|
||||||
, appliance ? null
|
, appliance ? null
|
||||||
, javaSupport ? false, jdk ? null }:
|
, javaSupport ? false, jdk ? null }:
|
||||||
|
|
||||||
@ -24,6 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
cdrkit flex bison qemu pcre augeas libxml2 acl libcap libcap_ng libconfig
|
cdrkit flex bison qemu pcre augeas libxml2 acl libcap libcap_ng libconfig
|
||||||
systemd fuse yajl libvirt gmp readline file hivex db
|
systemd fuse yajl libvirt gmp readline file hivex db
|
||||||
numactl xen libapparmor getopt perlPackages.ModuleBuild
|
numactl xen libapparmor getopt perlPackages.ModuleBuild
|
||||||
|
libtirpc
|
||||||
] ++ (with perlPackages; [ perl libintl_perl GetoptLong SysVirt ])
|
] ++ (with perlPackages; [ perl libintl_perl GetoptLong SysVirt ])
|
||||||
++ (with ocamlPackages; [ ocaml findlib ocamlbuild ocaml_libvirt gettext-stub ounit ])
|
++ (with ocamlPackages; [ ocaml findlib ocamlbuild ocaml_libvirt gettext-stub ounit ])
|
||||||
++ stdenv.lib.optional javaSupport jdk;
|
++ stdenv.lib.optional javaSupport jdk;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user