texliveAggregationFunction: fix eval

vcunat edited to fix all cases (not just asymptote),
and a two "licnese" typos :-)
This commit is contained in:
Jason "Don" O'Conal
2013-09-03 07:53:36 +10:00
committed by Vladimír Čunát
parent 1f68487337
commit ab0ca44ffb
2 changed files with 4 additions and 7 deletions

View File

@@ -113,7 +113,7 @@ rec {
meta = with stdenv.lib; {
description = "A TeX distribution";
homepage = http://www.tug.org/texlive;
licnese = stdenv.lib.licneses.gpl2;
license = stdenv.lib.licenses.gpl2;
maintainers = with maintainers; [ lovek323 raskin ];
platforms = platforms.unix;
};