perlPackages.SysVirt: remove assert version == pkgs.libvirt.version

SysVirt-6.3.0 should build correctly against libvirt-6.6.0 and also
libvirt-6.7.0 since their were no API changes.

Also note that because of this there's no SysVirt-6.6.0 release.

So this removes the `assert version == pkgs.libvirt.version` protection.
This commit is contained in:
Bas van Dijk 2020-10-01 11:53:47 +02:00
parent af8409fc0a
commit 934cd8c322

View File

@ -18419,8 +18419,8 @@ let
SysVirt = buildPerlModule rec {
pname = "Sys-Virt";
version = "6.3.0";
src = assert version == pkgs.libvirt.version; fetchgit {
url = "git://libvirt.org/libvirt-perl.git";
src = fetchgit {
url = "https://gitlab.com/libvirt/libvirt-perl.git";
rev = "v${version}";
sha256 = "0m75g0kf2dmllx5c1wxzszm1zakiqjighcsjbgq66674pvqf5mk7";
};