virtmanager: set platforms to linux
since dependency libvirt-glib currently doesn't build on Darwin
This commit is contained in:
parent
bd83899f69
commit
1cbccb95a7
@ -61,6 +61,8 @@ python2Packages.buildPythonApplication rec {
|
|||||||
manages Xen and LXC (linux containers).
|
manages Xen and LXC (linux containers).
|
||||||
'';
|
'';
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
# exclude Darwin since libvirt-glib currently doesn't build there
|
||||||
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ qknight offline fpletz ];
|
maintainers = with maintainers; [ qknight offline fpletz ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user