nixpkgs/pkgs/development/interpreters/python
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
..
2.6 Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
2.7 Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
3.3 python: add python.withPackages function 2016-05-29 15:12:23 +02:00
3.4 python: add python.withPackages function 2016-05-29 15:12:23 +02:00
3.5 python: add python.withPackages function 2016-05-29 15:12:23 +02:00
docs remove python32 due to pip 8.1.2 not supporting python 3.2 anymore 2016-05-15 15:09:23 +02:00
with-packages.nix python: add python.withPackages function 2016-05-29 15:12:23 +02:00
wrapper.nix python: apply wrapper to all packages in python.buildEnv extraLibs 2015-11-30 10:52:57 +01:00