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
Frederik Rietdijk
d5e6a4494a
Python: use PyPI mirror ( #15001 )
...
* mirrors: add pypi
* Python: Use pypi mirror for all PyPI packages
2016-04-26 13:38:03 +01:00
Frederik Rietdijk
ddec19c823
pythonPackages.matplotlib: 1.5.0 -> 1.5.1
2016-02-17 21:02:15 +01:00
Domen Kožar
403d088b5c
Merge pull request #10542 from datakurre/datakurre-matplotlib
...
darwin: matplotlib: add needed inputs and set framework flag for darwin
2015-11-27 12:00:27 +01:00
Domen Kožar
686dae7c50
matplotlib: disable a flaky test
2015-11-21 21:44:12 +01:00
Asko Soukka
80fd9e96be
darwin: matplotlib: update darwin patch for 1.5.0
2015-11-01 14:58:45 +02:00
Asko Soukka
f933b48a53
darwin: matplotlib: add needed inputs and set framework flag for darwin
2015-10-31 21:02:26 +02:00
Frederik Rietdijk
d320d3dcbf
python matplotlib: 1.4.3 -> 1.5.0
2015-10-30 10:14:38 +01:00
Joel Moberg
0e2472ac86
matplotlib: 1.4.2 -> 1.4.3
2015-05-18 11:25:57 +02:00
Domen Kožar
a4e3393050
matplotlib: be consistent
2015-01-17 15:24:54 +01:00
Domen Kožar
0f82c6bdb2
matplotlib: add optional gtk3 backend, fixes #4500
2015-01-17 15:11:24 +01:00
Robert Helgesson
0c27d37495
Remove some matplotlib optional backends.
...
The removed ones are not certain to work at the moment.
2015-01-17 14:24:49 +01:00
Robert Helgesson
c8d0d91db1
Add optional backends to matplotlib.
2015-01-17 14:24:49 +01:00