From bd83899f695b0f2f54482e0ee3f14303a9d7dfec Mon Sep 17 00:00:00 2001 From: xeji Date: Tue, 20 Feb 2018 12:38:19 +0100 Subject: [PATCH] Revert "libvirt-glib: should build on Darwin" ... but it doesn't (needs libcap-ng) This reverts commit 77959471314fb2892ec48d2275e48f839d908d2f. --- pkgs/development/libraries/libvirt-glib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libvirt-glib/default.nix b/pkgs/development/libraries/libvirt-glib/default.nix index ba4a96d41624..83b2983d9c4b 100644 --- a/pkgs/development/libraries/libvirt-glib/default.nix +++ b/pkgs/development/libraries/libvirt-glib/default.nix @@ -35,6 +35,6 @@ in stdenv.mkDerivation rec { ''; homepage = http://libvirt.org/; license = licenses.lgpl2Plus; - platforms = platforms.unix; + platforms = platforms.linux; }; }