about summary refs log tree commit diff
path: root/pkgs/tools/graphics/cuneiform
AgeCommit message (Collapse)AuthorFilesLines
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-01-30cuneiform: use mkDerivationRobin Gloster1-30/+7
2015-09-14all-packages: Use callPackage where possibleMathnerd3141-3/+3
2015-01-14rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel1-1/+1
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley1-1/+1
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(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.
2013-10-20Making Cuneiform package export versionMichael Raskin1-0/+1
2013-01-17Fix URL for CuneiformMichael Raskin2-1/+2
2013-01-16Update CuneiformMichael Raskin2-3/+10
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-06-09Fix 64-bit cuneiform buildMichael Raskin1-1/+3
svn path=/nixpkgs/trunk/; revision=27402
2010-07-06Fix linking of the cuneiformMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=22496
2010-07-06Update cuneiformMichael Raskin1-3/+3
svn path=/nixpkgs/trunk/; revision=22493
2009-05-24big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber1-1/+1
getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
2009-05-19FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber1-2/+2
svn path=/nixpkgs/trunk/; revision=15662
2009-02-10* gcc.gcc may be null.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=14023
2009-02-10Fixing Cuneiform for non-Linux platformMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=14020
2009-02-09Added Cuneiform OCR. Works somehow..Michael Raskin1-0/+39
svn path=/nixpkgs/trunk/; revision=14015