mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
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
|
||||
, 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}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue