libvirt-glib: add numa support
This commit is contained in:
parent
2542e92ca0
commit
0944d05e2e
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libvirt, glib, libxml2, intltool, libtool, yajl
|
{ 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 {
|
stdenv.mkDerivation rec {
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig libvirt glib libxml2 intltool libtool yajl nettle libgcrypt
|
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:
|
# Compiler flag -fstack-protector-all fixes this build error:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user