Unbreak channel (fix license attribute in python-packages.nix)
(cherry picked from commit 844d246d2d)
This commit is contained in:
@@ -8628,7 +8628,7 @@ rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.libvirt.org/;
|
homepage = http://www.libvirt.org/;
|
||||||
description = "libvirt Python bindings";
|
description = "libvirt Python bindings";
|
||||||
license = pkgs.lib.license.lgpl2;
|
license = pkgs.lib.licenses.lgpl2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user