libvirt-glib: should build on Darwin
platforms: linux -> unix to see if it builds on Darwin
This commit is contained in:
@@ -35,6 +35,6 @@ in stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = http://libvirt.org/;
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user