libvirt: build from tarball
This commit is contained in:
parent
2fa253cba1
commit
bf5e8ce96b
@ -11,7 +11,7 @@ with stdenv.lib;
|
||||
|
||||
# if you update, also bump <nixpkgs/pkgs/development/python-modules/libvirt/default.nix> and SysVirt in <nixpkgs/pkgs/top-level/perl-packages.nix>
|
||||
let
|
||||
buildFromTarball = false;
|
||||
buildFromTarball = stdenv.isDarwin;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "libvirt-${version}";
|
||||
version = "4.1.0";
|
||||
|
Loading…
Reference in New Issue
Block a user