Commit graph

15 commits

Author SHA1 Message Date
Eric Seidel f3c6827373 rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc 2015-01-14 20:27:55 -08:00
John Wiegley 28b6fb61e6 Change occurrences of gcc to the more general cc
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Bjørn Forsman c9baba9212 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.
2014-08-24 22:31:37 +02:00
Michael Raskin de3aada0fa Making Cuneiform package export version 2013-10-20 21:10:49 +04:00
Michael Raskin 4b123fee39 Fix URL for Cuneiform 2013-01-17 11:21:48 +04:00
Michael Raskin 33db3fb3bb Update Cuneiform 2013-01-16 16:43:35 +04:00
Eelco Dolstra c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Michael Raskin 51fa598ba1 Fix 64-bit cuneiform build
svn path=/nixpkgs/trunk/; revision=27402
2011-06-09 08:23:58 +00:00
Michael Raskin 8213706eb9 Fix linking of the cuneiform
svn path=/nixpkgs/trunk/; revision=22496
2010-07-06 12:34:05 +00:00
Michael Raskin c5bd204477 Update cuneiform
svn path=/nixpkgs/trunk/; revision=22493
2010-07-06 11:12:33 +00:00
Marc Weber f7f938a1d1 big breaking change: renaming lib.getAttr to lib.attrByPath
getAttr was ambiguous. It's also a builtin function

fix

svn path=/nixpkgs/trunk/; revision=15692
2009-05-24 10:57:41 +00:00
Marc Weber 52647ea3b0 FullDepEntry -> fullDepEntry, PackEntry -> packEntry
svn path=/nixpkgs/trunk/; revision=15662
2009-05-19 23:25:58 +00:00
Eelco Dolstra 3989a4ed4a * gcc.gcc may be null.
svn path=/nixpkgs/trunk/; revision=14023
2009-02-10 16:09:43 +00:00
Michael Raskin 646767fdec Fixing Cuneiform for non-Linux platform
svn path=/nixpkgs/trunk/; revision=14020
2009-02-10 13:54:05 +00:00
Michael Raskin 921b7d3c69 Added Cuneiform OCR. Works somehow..
svn path=/nixpkgs/trunk/; revision=14015
2009-02-09 20:37:11 +00:00