python.pkgs.libvirt: move to separate file

This commit is contained in:
Frederik Rietdijk
2017-12-09 10:10:05 +01:00
parent 5b5b686f0a
commit 8b5fd51064
3 changed files with 29 additions and 24 deletions
@@ -9,7 +9,7 @@
with stdenv.lib;
# if you update, also bump pythonPackages.libvirt or it will break
# if you update, also bump <nixpkgs/pkgs/development/python-modules/libvirt/default.nix> or it will break
stdenv.mkDerivation rec {
name = "libvirt-${version}";
version = "3.10.0";