gnome-boxes, libguestfs: fix builds due to libvirt

Adds link time dependencies which are now used in libvirt and unbreaks
these packages
This commit is contained in:
Robin Gloster
2015-12-24 23:16:59 +00:00
parent 0bd5a83403
commit 8eede9e41e
3 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, autoconf, automake, libtool, makeWrapper
, ncurses, cpio, gperf, perl, cdrkit, flex, bison, qemu, pcre, augeas, libxml2
, acl, libcap, libcap_ng, libconfig, systemd, fuse, yajl, libvirt, hivex
, gmp, readline, file, libintlperl, GetoptLong, SysVirt }:
, gmp, readline, file, libintlperl, GetoptLong, SysVirt, numactl, xen }:
stdenv.mkDerivation rec {
name = "libguestfs-${version}";
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
makeWrapper pkgconfig autoconf automake libtool ncurses cpio gperf perl
cdrkit flex bison qemu pcre augeas libxml2 acl libcap libcap_ng libconfig
systemd fuse yajl libvirt gmp readline file hivex libintlperl GetoptLong
SysVirt
SysVirt numactl xen
];
configureFlags = "--disable-appliance --disable-daemon";