| Commit message (Expand) | Author | Age | Files | Lines |
| * | treewide: name -> pname (easy cases) (#66585)•••treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname | volth | 2019-08-15 | 1 | -1/+1 |
| * | szip: fix url (previous ftp is now private) | RAPHAEL BACHER raphael.bacher@univ-grenoble-alpes.fr | 2018-10-15 | 1 | -2/+2 |
| * | szip: 2.1 -> 2.1.1•••Version bump because version 2.1 is now unavailable on the official
source, replaced by version 2.1.1.
| Guillaume Bouchard | 2017-10-22 | 1 | -4/+5 |
| * | Fix many package descriptions•••(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
| Bjørn Forsman | 2014-08-24 | 1 | -3/+1 |
| * | szip: Provide meta-data•••The license is set to "unfree" as commercial use is not permitted by the
license [1].
[1]: http://www.hdfgroup.org/doc_resource/SZIP/Commercial_szip.html
| Andreas Herrmann | 2014-07-05 | 1 | -0/+8 |
| * | szip: Indentation | Andreas Herrmann | 2014-07-05 | 1 | -5/+5 |
| * | szip: Fix source hash•••The hash code of the downloaded source tar-ball was not identical to the one
specified in the nix-expression. This commit fixes that problem.
| Andreas Herrmann | 2014-06-22 | 1 | -2/+2 |
| * | added eclipse 3.6.1, maven3, szip•••svn path=/nixpkgs/trunk/; revision=24772
| Rob Vermaas | 2010-11-19 | 1 | -0/+9 |