mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
Merge pull request #112407 from tweag/nixops-no-libvirt
nixops: Fix build by disabling the libvirt backend
This commit is contained in:
@@ -18,6 +18,10 @@ buildPythonPackage rec {
|
||||
nosetests
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
inherit libvirt;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://www.libvirt.org/";
|
||||
description = "libvirt Python bindings";
|
||||
|
||||
Reference in New Issue
Block a user