Revert "libvirt-glib: should build on Darwin"

... but it doesn't (needs libcap-ng)

This reverts commit 77959471314fb2892ec48d2275e48f839d908d2f.
This commit is contained in:
xeji 2018-02-20 12:38:19 +01:00
parent 7795947131
commit bd83899f69

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