add assertion to keep libvirt and libvirt-python versions in sync

This commit is contained in:
Aristid Breitkreuz 2014-10-08 19:01:05 +02:00
parent 8542ccc248
commit 908a9fcf12

View File

@ -2,10 +2,13 @@
, iproute, iptables, readline, lvm2, utillinux, udev, libpciaccess, gettext
, libtasn1, ebtables, libgcrypt, yajl, makeWrapper, pmutils, libcap_ng
, dnsmasq, libnl
, pythonPackages
}:
let version = "1.2.9"; in
assert version == pythonPackages.libvirt.version;
stdenv.mkDerivation rec {
name = "libvirt-${version}";