summary refs log tree commit diff
path: root/pkgs/tools/typesetting
Commit message (Collapse)AuthorAge
* 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
|
* 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.
* Re-generate Haskell packages with cabal2nix.Peter Simons2014-07-14
|
* texlive: update package paths, old versions no longer existJohn Wiegley2014-07-13
|
* dvju2pdf: corrections to the installPhase and dependenciesJohn Wiegley2014-06-25
|
* djvu2pdf: new expressionJohn Wiegley2014-06-25
|
* 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
| |
* | texlive-extra: bump to version 20131219Thomas Tuegel2014-01-05
| |
* | texlive-core: bump to version 20131219Thomas Tuegel2014-01-05
|/
* texLive: passthru all source attributesMathijs Kwik2013-12-31
|
* docbook2odf: new packageBjørn Forsman2013-12-20
| | | | | | | | Tested like this: nix-build -A docbook2odf ./result/bin/docbook2odf --verbose --debug result/share/doc/docbook2odf/examples/book.docbook swriter book.odt # verify that the document looks ok
* auctex: update from 11.85 to 11.87Nixpkgs Monitor2013-12-18
|
* pgf1: update from 1.10 to 1.18Nixpkgs Monitor2013-12-14
|
* Fix a lots of evaluation errors on Hydra.Peter Simons2013-12-10
|
* fix texlive build, older files were removed on debian serversAristid Breitkreuz2013-12-01
|
* xmlto: remove misleading meta.platforms attribute that prevents this package ↵Peter Simons2013-11-26
| | | | from being built on Darwin
* texlive: update to latest versionJason "Don" O'Conal2013-11-21
|
* asciidoc: update 8.6.8 -> 8.6.9Bjørn Forsman2013-11-17
| | | | Changes: http://www.methods.co.nz/asciidoc/CHANGELOG.html
* ImageMagick and asciidoc build on 64-bit darwinShea Levy2013-11-14
| | | | | | Tested by @zefhemel Signed-off-by: Shea Levy <shea@shealevy.com>
* Set meta.hydraPlatforms instead of meta.platforms for some packagesEelco Dolstra2013-11-05
|
* Apparently fix texinfo5 with fresh TeXLiveMichael Raskin2013-10-20
|
* Update pdf2djvuMichael Raskin2013-10-14
|
* Updating TeXLive to 2013 using updated Debian snapshots.Michael Raskin2013-10-14
| | | | | | | | | | | | | | | | Kept the old hacks where they don't break the build in case they things they fix are still relevant. I checked that the upgrade doesn't break: 1) Asymptote and EProver builds. 2) My XeLaTeX demo from configurations/ repository. 3) Some of my own files. The upgrade fixes problems with simultaneous use of 3D and LaTeX labels in Asymptote. Please provide a test that worked previously and is broken now if you need to revert this update or its parts.