libvirt-glib: add numa support

This commit is contained in:
Domen Kožar 2015-12-16 11:07:08 +01:00
parent 2542e92ca0
commit 0944d05e2e

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, libvirt, glib, libxml2, intltool, libtool, yajl
, nettle, libgcrypt, python, pygobject, gobjectIntrospection, libcap_ng
, nettle, libgcrypt, python, pygobject, gobjectIntrospection, libcap_ng, numactl
}:
stdenv.mkDerivation rec {
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [
pkgconfig libvirt glib libxml2 intltool libtool yajl nettle libgcrypt
python pygobject gobjectIntrospection libcap_ng
python pygobject gobjectIntrospection libcap_ng numactl
];
# Compiler flag -fstack-protector-all fixes this build error: