summary refs log tree commit diff
path: root/pkgs/development/libraries/jbigkit
Commit message (Collapse)AuthorAge
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | 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)
* remove all references to `stdenv.cc.cc.is{GNU,Clang}`Eric Seidel2015-05-11
| | | | | use the new `stdenv.cc.is{GNU,Clang}` instead, which will always be defined.
* jbigkit: patch makefiles to use Clang when neededSpencer Whitt2015-04-01
|
* jbigkit: Needs fPIC for library supportWilliam A. Kennington III2015-03-27
|
* jbigkit: Add derivationWilliam A. Kennington III2015-03-27