summary refs log tree commit diff
path: root/pkgs/development/python-modules/libvirt
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2021-02-08 16:00:53 +0100
committeradisbladis <adisbladis@gmail.com>2021-02-08 16:43:42 +0100
commit418af7d7aae6ad5c15b8c31d0fc7052d7c5625ed (patch)
treee4948365ffa27f8b7dc553e9b292b1a8354d7f04 /pkgs/development/python-modules/libvirt
parent94f2ba2ef39dc8743c6f873d23698e672ea241b2 (diff)
downloadnixpkgs-418af7d7aae6ad5c15b8c31d0fc7052d7c5625ed.tar
nixpkgs-418af7d7aae6ad5c15b8c31d0fc7052d7c5625ed.tar.gz
nixpkgs-418af7d7aae6ad5c15b8c31d0fc7052d7c5625ed.tar.bz2
nixpkgs-418af7d7aae6ad5c15b8c31d0fc7052d7c5625ed.tar.lz
nixpkgs-418af7d7aae6ad5c15b8c31d0fc7052d7c5625ed.tar.xz
nixpkgs-418af7d7aae6ad5c15b8c31d0fc7052d7c5625ed.tar.zst
nixpkgs-418af7d7aae6ad5c15b8c31d0fc7052d7c5625ed.zip
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.
Diffstat (limited to 'pkgs/development/python-modules/libvirt')
-rw-r--r--pkgs/development/python-modules/libvirt/5.9.0.nix4
1 files changed, 4 insertions, 0 deletions
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";