nixpkgs/pkgs/tools/typesetting/tex/texlive
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
..
aggregate.nix treewide: Mass replace 'poppler}/lib' to refer the 'out' output 2016-01-24 10:03:39 +02:00
beamer.nix all-packages: Use callPackage where possible 2015-09-14 22:27:19 -06:00
cm-super.nix all-packages: Use callPackage where possible 2015-09-14 22:27:19 -06:00
context.nix all-packages: Use callPackage where possible 2015-09-14 22:27:19 -06:00
default.nix texlive (old): mark build as broken 2016-04-20 23:13:40 +02:00
extra.nix all-packages: Use callPackage where possible 2015-09-14 22:27:19 -06:00
moderncv.nix Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
moderntimeline.nix Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
setup-hook.sh Cleanup: Use += to append to envHooks 2014-08-09 12:47:05 +02:00
xcolor.nix all-packages: Use callPackage where possible 2015-09-14 22:27:19 -06:00