1
0
Fork 1
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:
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}";