From 418af7d7aae6ad5c15b8c31d0fc7052d7c5625ed Mon Sep 17 00:00:00 2001 From: adisbladis Date: Mon, 8 Feb 2021 16:00:53 +0100 Subject: nixops: Fix build by disabling the libvirt backend if package marked as insecure With this change it's possible to override the libvirt package used if you absolutely need it. --- pkgs/development/python-modules/libvirt/5.9.0.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/development/python-modules/libvirt') diff --git a/pkgs/development/python-modules/libvirt/5.9.0.nix b/pkgs/development/python-modules/libvirt/5.9.0.nix index bfc6b711ab2..9cbd042c55a 100644 --- a/pkgs/development/python-modules/libvirt/5.9.0.nix +++ b/pkgs/development/python-modules/libvirt/5.9.0.nix @@ -18,6 +18,10 @@ buildPythonPackage rec { nosetests ''; + passthru = { + inherit libvirt; + }; + meta = with lib; { homepage = "http://www.libvirt.org/"; description = "libvirt Python bindings"; -- cgit 1.4.1