summary refs log tree commit diff
path: root/pkgs/tools/typesetting/tex
diff options
context:
space:
mode:
authorJason "Don" O'Conal <lovek323@gmail.com>2013-09-03 07:53:36 +1000
committerVladimír Čunát <vcunat@gmail.com>2013-09-06 10:34:09 +0200
commitab0ca44ffbf808ab602ccb3eb0cd3e2eb3a99256 (patch)
tree2bc1e1bfd7d065a95b9639f1521cb7be5f7281f2 /pkgs/tools/typesetting/tex
parent1f684873377b7c41428644ce1acf5f5eefb76313 (diff)
downloadnixlib-ab0ca44ffbf808ab602ccb3eb0cd3e2eb3a99256.tar
nixlib-ab0ca44ffbf808ab602ccb3eb0cd3e2eb3a99256.tar.gz
nixlib-ab0ca44ffbf808ab602ccb3eb0cd3e2eb3a99256.tar.bz2
nixlib-ab0ca44ffbf808ab602ccb3eb0cd3e2eb3a99256.tar.lz
nixlib-ab0ca44ffbf808ab602ccb3eb0cd3e2eb3a99256.tar.xz
nixlib-ab0ca44ffbf808ab602ccb3eb0cd3e2eb3a99256.tar.zst
nixlib-ab0ca44ffbf808ab602ccb3eb0cd3e2eb3a99256.zip
texliveAggregationFunction: fix eval
vcunat edited to fix all cases (not just asymptote),
and a two "licnese" typos :-)
Diffstat (limited to 'pkgs/tools/typesetting/tex')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix
index e53c336c0ed1..540ab07c286b 100644
--- a/pkgs/tools/typesetting/tex/texlive/default.nix
+++ b/pkgs/tools/typesetting/tex/texlive/default.nix
@@ -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;
   };