libguestfs: Added JDK dependency
This is required with the current set of configure flags
This commit is contained in:
parent
3ffb4137d9
commit
e74f61f30d
@ -2,7 +2,7 @@
|
|||||||
, ncurses, cpio, gperf, perl, cdrkit, flex, bison, qemu, pcre, augeas, libxml2
|
, ncurses, cpio, gperf, perl, cdrkit, flex, bison, qemu, pcre, augeas, libxml2
|
||||||
, acl, libcap, libcap_ng, libconfig, systemd, fuse, yajl, libvirt, hivex
|
, acl, libcap, libcap_ng, libconfig, systemd, fuse, yajl, libvirt, hivex
|
||||||
, gmp, readline, file, libintlperl, GetoptLong, SysVirt, numactl, xen, libapparmor
|
, gmp, readline, file, libintlperl, GetoptLong, SysVirt, numactl, xen, libapparmor
|
||||||
, getopt, perlPackages, ocamlPackages }:
|
, getopt, perlPackages, ocamlPackages, jdk }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libguestfs-${version}";
|
name = "libguestfs-${version}";
|
||||||
@ -24,6 +24,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 libintlperl GetoptLong
|
systemd fuse yajl libvirt gmp readline file hivex libintlperl GetoptLong
|
||||||
SysVirt numactl xen libapparmor getopt perlPackages.ModuleBuild
|
SysVirt numactl xen libapparmor getopt perlPackages.ModuleBuild
|
||||||
|
jdk
|
||||||
] ++ (with ocamlPackages; [ ocaml findlib ocamlbuild ocaml_libvirt ocaml_gettext ounit ]);
|
] ++ (with ocamlPackages; [ ocaml findlib ocamlbuild ocaml_libvirt ocaml_gettext ounit ]);
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user