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

(cherry picked from commit 844d246d2d)
This commit is contained in:
Bjørn Forsman
2014-03-12 13:35:24 +01:00
committed by aszlig
parent b25ac9ea55
commit 5cc4f3a260

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