Merge pull request #112407 from tweag/nixops-no-libvirt

nixops: Fix build by disabling the libvirt backend
This commit is contained in:
Florian Klink
2021-02-08 18:16:17 +01:00
committed by GitHub
6 changed files with 86 additions and 94 deletions

View File

@@ -18,6 +18,10 @@ buildPythonPackage rec {
nosetests
'';
passthru = {
inherit libvirt;
};
meta = with lib; {
homepage = "http://www.libvirt.org/";
description = "libvirt Python bindings";