Unbreak channel (fix license attribute in python-packages.nix)

(cherry picked from commit 844d246d2dd0b148d5a6c6fc8cb6a0b77b190a62)
This commit is contained in:
Bjørn Forsman 2014-03-12 13:35:24 +01:00 committed by aszlig
parent b25ac9ea55
commit 5cc4f3a260
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -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;
};
};