Fixing license attribute

svn path=/nixpkgs/trunk/; revision=25241
This commit is contained in:
Michael Raskin 2010-12-22 14:52:04 +00:00
parent 22c42a26b6
commit dbd6382955

View file

@ -42,7 +42,7 @@ rec {
]; ];
platforms = with a.lib.platforms; platforms = with a.lib.platforms;
linux; linux;
license = a.lib.zlib; license = a.lib.licenses.zlib;
}; };
passthru = { passthru = {
updateInfo = { updateInfo = {