summary refs log tree commit diff
path: root/pkgs/tools/graphics/cuneiform
Commit message (Collapse)AuthorAge
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* cuneiform: Fix build against glibc 2.26aszlig2017-11-09
| | | | | | | | | | | | | | Since glibc 2.26 the string.h file includes <strings.h>, which in case of cuneiform will include the strings.h found in Kern/hhh/tigerh/h, because of the search path order. Fortunately for us the strings.h in cuneiform are completely unused and no files reference or include it. I even checked various references to types within strings.h and the only occurences are in cf_strings.h, which is also included by other files. Signed-off-by: aszlig <aszlig@nix.build> Cc: @7c6f434c
* Trying a less disruptive patch for CuneiformMichael Raskin2017-09-02
|
* cuneiform: maintainMichael Raskin2017-08-28
|
* cuneiform: use the branch with fresh fixes to fix the buildMichael Raskin2017-08-28
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* cuneiform: use mkDerivationRobin Gloster2016-01-30
|
* all-packages: Use callPackage where possibleMathnerd3142015-09-14
|
* rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel2015-01-14
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* Making Cuneiform package export versionMichael Raskin2013-10-20
|
* Fix URL for CuneiformMichael Raskin2013-01-17
|
* Update CuneiformMichael Raskin2013-01-16
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Fix 64-bit cuneiform buildMichael Raskin2011-06-09
| | | | svn path=/nixpkgs/trunk/; revision=27402
* Fix linking of the cuneiformMichael Raskin2010-07-06
| | | | svn path=/nixpkgs/trunk/; revision=22496
* Update cuneiformMichael Raskin2010-07-06
| | | | svn path=/nixpkgs/trunk/; revision=22493
* big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber2009-05-24
| | | | | | | | getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
* FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2009-05-19
| | | | svn path=/nixpkgs/trunk/; revision=15662
* * gcc.gcc may be null.Eelco Dolstra2009-02-10
| | | | svn path=/nixpkgs/trunk/; revision=14023
* Fixing Cuneiform for non-Linux platformMichael Raskin2009-02-10
| | | | svn path=/nixpkgs/trunk/; revision=14020
* Added Cuneiform OCR. Works somehow..Michael Raskin2009-02-09
svn path=/nixpkgs/trunk/; revision=14015