about summary refs log tree commit diff
path: root/pkgs/tools/typesetting
Commit message (Collapse)AuthorAge
* Merge branch 'staging' into modular-stdenvVladimír Čunát2014-09-08
|\ | | | | | | | | | | | | Conflicts: pkgs/development/interpreters/perl/5.10/setup-hook.sh pkgs/development/interpreters/perl/5.8/setup-hook.sh pkgs/stdenv/linux/default.nix
| * texlive: Updated to latest release 2014.20140821Longrin Wischnewski2014-08-30
| |
| * docbook2x: Add platforms so that it builds on hydraWilliam A. Kennington III2014-08-25
| |
| * 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.
| * texlive: Fix build for users of MavericksJohn Wiegley2014-08-16
| |
* | merge 'staging' into modular-stdenvVladimír Čunát2014-09-08
|\| | | | | | | | | | | | | | | In 2c62a36b77 the messages in pkgs/stdenv/generic/default.nix were not merged correctly. Conflicts: pkgs/stdenv/generic/default.nix
| * Merge pull request #3568 from qknight/pdfgrepJoachim Schiele2014-08-13
| |\ | | | | | | pdfgrep: added a nice util to search in pdf files
| | * pdfgrep: added a nice util to search in pdf filesJoachim Schiele2014-08-13
| | |
* | | Cleanup: Use += to append to envHooksEelco Dolstra2014-08-09
|/ /
* | Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-08-04
|\ \ | | | | | | | | | | | | Conflicts: pkgs/desktops/e18/enlightenment.nix
| * | Updated texlive to latest releaseJustin Bedo2014-08-01
| | |
| * | Partially revert 7a45996 some more.Peter Simons2014-07-28
| | | | | | | | | | | | | | | Removing more references to the non-existent license "stdenv.lib.licenses.perl5". Thanks to @FlashKorten for catching those.
| * | Fix broken license references.Peter Simons2014-07-28
| | |
| * | Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
| | |
* | | Don't use ensureDirEelco Dolstra2014-07-22
| | |
* | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-22
|\| | | | | | | | | | | | | | Conflicts: pkgs/misc/vim-plugins/default.nix
| * | asciidoc: add enableExtraPlugins expression argumentBjørn Forsman2014-07-20
| | | | | | | | | | | | | | | | | | | | | 'enableExtraPlugins = true' enables all the extra plugins (filters and backends) that are available in the expression. This simplifies the configuration for users who want to have the fullest possible asciidoc configuration (not needing to enable each individual plugin).
| * | Revert "asciidoc: properly differentiate the "-full" variant in ↵Bjørn Forsman2014-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | meta.description" I changed my mind about this, I no longer think that meta.description should differ depending on the package configuration. A package configuration can be very fine grained, and I don't think it's possible/preferable to describe this in meta.description. This reverts commit 9033821c34d5cd69d814d73413da7a2e5f719d3f.
* | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-15
|\| |
| * | Re-generate Haskell packages with cabal2nix.Peter Simons2014-07-14
| | |
* | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-14
|\| |
| * | texlive: update package paths, old versions no longer existJohn Wiegley2014-07-13
| | |
* | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-01
|\| | | | | | | | | | | | | | Conflicts: pkgs/servers/serfdom/default.nix
| * | dvju2pdf: corrections to the installPhase and dependenciesJohn Wiegley2014-06-25
| | |
| * | djvu2pdf: new expressionJohn Wiegley2014-06-25
| | |
* | | Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
|/ / | | | | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* / asciidoc: properly differentiate the "-full" variant in meta.descriptionBjørn Forsman2014-06-22
|/
* texlive: add potrace dependency without qualificationJohn Wiegley2014-06-10
|
* Add potrace to texLive dependenciesMichael Raskin2014-06-10
|
* texlive: upgrade to 20140528John Wiegley2014-06-09
|
* texlive: add note to clarify why dvisvgm fails to work on darwinJohn Wiegley2014-06-02
|
* texlive: enable building xdv2pdf and xdvipdfmx on darwinJohn Wiegley2014-06-02
|
* graphite2: fix #2800 by setting INSTALL_NAME_DIRJohn Wiegley2014-06-01
|
* texlive: build bibtex-x and xetex on darwinJohn Wiegley2014-05-31
| | | | | We also no longer need to specify that harfbuzz and icu not be used, and DYLD_LIBRARY_PATH is properly configured to find graphite2.
* texLive: handle graphite2 properly on darwinJohn Wiegley2014-05-31
|
* Update texlive expressions with new tarball versionsJohn Wiegley2014-04-25
| | | | | This is needed because the older tarballs are no longer available for download.
* Bump texlive download versions *0215->*0314Jacob Hinkle2014-03-28
|
* Merge pull request #1869 from lovek323/texlive-fullVladimír Čunát2014-03-08
|\ | | | | texLiveFull: fix build on Darwin
| * texLiveFull: fix build on DarwinJason "Don" O'Conal2014-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | Added --with-system-icu=no, --with-system-harfbuzz=no (looks like the omission of --with-system-icu was not sufficient to force the builder not to look for system ICU libs). Disable building bibtex-x: complains about missing ICU directory. Disable building dvisvgm: a test fails (and I can't work out how to prevent the tests from running just for this). Disable building devnag: failing tests.
| * upgrade texlive-base, texlive-langJason "Don" O'Conal2014-03-03
| | | | | | | | | | | | Upgraded to 2013.20140215. The old version (2013.20131112) was no longer available on the debian FTP server, so building from source was impossible.
| * upgrade texlive-extra to 2013.20140215Jason "Don" O'Conal2014-03-03
| | | | | | | | | | The old version (2013.20131112) was no longer available on the debian mirrors, hence building from source was impossible.
* | Add biber-1.8 and dependenciesThomas Tuegel2014-03-07
| |
* | lout: update from 3.39 to 3.40Peter Simons2014-03-03
|/
* preferLocalBuild: set to true for wrappers and fetchersVladimír Čunát2014-02-10
|
* texlive: Fix download file names to be current.Karn Kallio2014-02-02
|
* Adopt more packages.Petr Rockai2014-01-28
|
* xmlto: update from 0.0.23 to 0.0.25Nixpkgs Monitor2014-01-13
|
* Merge branch 'java'Eelco Dolstra2014-01-13
|\
| * fop: Drop runtime dependency on the JDKEelco Dolstra2014-01-06
| |
* | texlive-beamer: bump to version 3.24Thomas Tuegel2014-01-05
| |