virtmanager: set platforms to linux
since dependency libvirt-glib currently doesn't build on Darwin
This commit is contained in:
parent
bd83899f69
commit
1cbccb95a7
1 changed files with 2 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue