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 = {
|
||||
homepage = http://www.libvirt.org/;
|
||||
description = "libvirt Python bindings";
|
||||
license = pkgs.lib.license.lgpl2;
|
||||
license = pkgs.lib.licenses.lgpl2;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user