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