aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libvirt-glib
diff options
context:
space:
mode:
authorJohn Doe <John Doe john@example.com>2017-12-06 10:55:39 +0000
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-12-11 19:46:05 +0200
commit750a7c677b99806dbe560d5a8c6628ddd5de2d8c (patch)
tree39c3ebc395c1d46118af5853454ce7606c377216 /pkgs/development/libraries/libvirt-glib
parent73b65551f4d084d8cf29438b5093d4da806e92c0 (diff)
libvirt: remove xen dependency on aarch64
Diffstat (limited to 'pkgs/development/libraries/libvirt-glib')
-rw-r--r--pkgs/development/libraries/libvirt-glib/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libvirt-glib/default.nix b/pkgs/development/libraries/libvirt-glib/default.nix
index e41ab5fe5a33..83b2983d9c4b 100644
--- a/pkgs/development/libraries/libvirt-glib/default.nix
+++ b/pkgs/development/libraries/libvirt-glib/default.nix
@@ -16,7 +16,9 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
libvirt glib libxml2 intltool libtool yajl nettle libgcrypt
- python pygobject2 gobjectIntrospection libcap_ng numactl xen libapparmor
+ python pygobject2 gobjectIntrospection libcap_ng numactl libapparmor
+ ] ++ stdenv.lib.optionals stdenv.isx86_64 [
+ xen
];
enableParallelBuilding = true;