virtmanager: set platforms to linux

since dependency libvirt-glib currently doesn't build on Darwin
This commit is contained in:
xeji 2018-02-20 12:47:34 +01:00
parent bd83899f69
commit 1cbccb95a7

@ -61,6 +61,8 @@ python2Packages.buildPythonApplication rec {
manages Xen and LXC (linux containers).
'';
license = licenses.gpl2;
# exclude Darwin since libvirt-glib currently doesn't build there
platforms = platforms.linux;
maintainers = with maintainers; [ qknight offline fpletz ];
};
}