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
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@ in stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = http://libvirt.org/;
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue