libvirt-glib: should build on Darwin

platforms: linux -> unix to see if it builds on Darwin
This commit is contained in:
xeji 2018-02-20 11:17:50 +01:00
parent 7460dc318b
commit 7795947131
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@ in stdenv.mkDerivation rec {
'';
homepage = http://libvirt.org/;
license = licenses.lgpl2Plus;
platforms = platforms.linux;
platforms = platforms.unix;
};
}