add assertion to keep libvirt and libvirt-python versions in sync
This commit is contained in:
parent
8542ccc248
commit
908a9fcf12
@ -2,10 +2,13 @@
|
|||||||
, iproute, iptables, readline, lvm2, utillinux, udev, libpciaccess, gettext
|
, iproute, iptables, readline, lvm2, utillinux, udev, libpciaccess, gettext
|
||||||
, libtasn1, ebtables, libgcrypt, yajl, makeWrapper, pmutils, libcap_ng
|
, libtasn1, ebtables, libgcrypt, yajl, makeWrapper, pmutils, libcap_ng
|
||||||
, dnsmasq, libnl
|
, dnsmasq, libnl
|
||||||
|
, pythonPackages
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let version = "1.2.9"; in
|
let version = "1.2.9"; in
|
||||||
|
|
||||||
|
assert version == pythonPackages.libvirt.version;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libvirt-${version}";
|
name = "libvirt-${version}";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user