From bf5e8ce96b059b49c63a135066417aedbab25377 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 9 Mar 2018 13:29:36 +0000 Subject: [PATCH] libvirt: build from tarball --- pkgs/development/libraries/libvirt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libvirt/default.nix b/pkgs/development/libraries/libvirt/default.nix index f6262154df5a..7262ca541f01 100644 --- a/pkgs/development/libraries/libvirt/default.nix +++ b/pkgs/development/libraries/libvirt/default.nix @@ -11,7 +11,7 @@ with stdenv.lib; # if you update, also bump and SysVirt in let - buildFromTarball = false; + buildFromTarball = stdenv.isDarwin; in stdenv.mkDerivation rec { name = "libvirt-${version}"; version = "4.1.0";