about summary refs log tree commit diff
path: root/pkgs/tools/typesetting
Commit message (Collapse)AuthorAge
* imagemagick: split dev output to fix #9604Vladimír Čunát2016-05-22
| | | | Also fixup references to imagemagick.
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
|
* Merge branch 'master' into stagingVladimír Čunát2016-05-12
|\
| * texlive-new: update obsolete hashesRoman Naumann2016-05-11
| | | | | | | | | | This commits mitigates https://github.com/NixOS/nixpkgs/issues/10026. Thanks to @namore for contributing most of the update!
| * texlive: restore back exports of TeX pathsNikolay Amiantov2016-05-10
| | | | | | | | | | Credits for the fix to jraygauthier. See https://github.com/NixOS/nixpkgs/pull/12768#issuecomment-218050187
| * texlive.combine: fix buildRaymond Gauthier2016-05-09
| | | | | | | | | | | | | | | | | | Recent merge of pull request #14681 broke the build of some texlive components (e.g.: `xetex`) that do not include the `./share/texmf/web2c/texmf.cnf`. This fix should allow these component to build as before by operating on this file only when it exits.
| * Merge pull request #14681 from ↵zimbatm2016-05-09
| |\ | | | | | | | | | | | | jraygauthier/jrg/fix_context_by_patching_luascript_rebased texlive.combine: also patch `texmfcnf.lua`
| | * texlive.combine: also patch `texmfcnf.lua`Raymond Gauthier2016-04-14
| | | | | | | | | | | | Fixes #14463.
| | * texlive.combine: patch paths into texmf.cnfNikolay Amiantov2016-04-14
| | | | | | | | | | | | | | | | | | ...instead of environment variables. Close #12768. (cherry picked from commit acf664814e37c54a7c12b1d065354cab15382793)
* | | Merge branch 'master' into stagingVladimír Čunát2016-05-08
|\| |
| * | asciidoctor: Bumped yanked dependencyYacine Hmito2016-05-05
| | | | | | | | | | | | | | | | | | asciidoctor-latex: 1.5.0.6.dev -> 1.5.0.8.dev See NixOS/nixpkgs/pull/15135#issuecomment-216984749 This optional dependency may be removed if this happens too often
* | | Merge #14920: windows improvements, mainly mingwVladimír Čunát2016-05-05
|\| |
| * | asciidoctor: Init at 1.5.4Yacine Hmito2016-05-04
| | |
* | | use dontBuild instead of hacksRobin Gloster2016-05-04
|/ / | | | | | | | | | | changes: * buildPhase = "true" * buildPhase = ":"
* | texlive (old): mark build as brokenPeter Simons2016-04-20
| | | | | | | | | | | | Reported in https://github.com/NixOS/nixpkgs/issues/14807. It's probably about time to convert to the new texlive code, which is *much* nicer. See http://nixos.org/nixpkgs/manual/#sec-language-texlive for details.
* | texlive (old): un-break syntax highlighting in Emacs (cosmetic)Peter Simons2016-04-20
| |
* | texlive-new: Export source tarballs via an attributeEelco Dolstra2016-04-18
|/ | | | | | This allows them to be found by find-tarballs.nix (which can only see fetchurl dependencies if they are attributes, not if they're part of a string context).
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
|\ | | | | | | | | | | Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs
| * texlive: comment on a couple of internal functionsVladimír Čunát2016-04-08
| |
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\| | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * Revert "texlive.combine: patch paths into texmf.cnf"Vladimír Čunát2016-03-28
| | | | | | | | | | This reverts commit acf664814e37c54a7c12b1d065354cab15382793. Let's revert until we catch the bugs in this.
| * texlive.combine: patch paths into texmf.cnfNikolay Amiantov2016-03-27
| | | | | | | | ...instead of environment variables. Close #12768.
| * texlive: document in nixpkgs manualVladimír Čunát2016-03-27
| | | | | | | | | | Fixes #13240. It's not really better than source-code comments it replaced, but it's in a better accessible place.
| * pygmentex: init at 0.8José Romildo Malaquias2016-03-10
| |
| * runLatex: always include basic texlive stuff (thanks to vcunat)Sander van der Burg2016-03-08
| |
* | Merge master into closure-sizeVladimír Čunát2016-03-08
|\| | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * pdf2djvu: 0.9.3 -> 0.9.4Pascal Wittmann2016-02-29
| |
| * use the sourceforge mirrors everywherezimbatm2016-02-28
| | | | | | | | | | find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
| * buildPythonApplication: use new function for Python applicationsFrederik Rietdijk2016-02-19
| |
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\|
| * remove texDisser, it's now part of texlive-newDomen Kožar2016-02-01
| |
* | Merge #12779: Mass replace `pkg}/bin`-style stringsVladimír Čunát2016-02-03
|\ \ | | | | | | | | | ... to refer to correct outputs
| * | treewide: Mass replace 'djvulibre}/bin' to refer the 'bin' outputTuomas Tynkkynen2016-02-01
| | |
* | | Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
|\ \ \ | |/ / |/| / | |/ Let's get rid of those merge conflicts.
| * Merge pull request #12641 from DamienCassou/new-git-latexdiffDamien Cassou2016-01-27
| |\ | | | | | | git-latexdiff: init at 1.1.2
| | * git-latexdiff: init at 1.1.2Damien Cassou2016-01-27
| | |
| * | odpdown: init at 0.4.1Jos van den Oever2016-01-22
| |/
* | treewide: Mass replace 'poppler}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| |
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\|
| * hevea: 2.26 -> 2.28Pascal Wittmann2016-01-15
| |
| * latex2html: remove dead packageTobias Geerinckx-Rice2016-01-11
| | | | | | | | | | | | | | | | Broken since Aug 2015, but upstream has been dead for donkey's years. Only dependent was systemtap. No reasonable way (or indeed reason) to artificially keep this alive. Aim for the head.
* | Merge branch 'master' into closure-sizeVladimír Čunát2015-12-31
|\| | | | | | | | | TODO: there was more significant refactoring of qtbase and plasma 5.5 on master, and I'm deferring pointing to correct outputs to later.
| * texlive: add xdvi binary part (fixes #11816)Vladimír Čunát2015-12-22
| | | | | | | | It seems to work fine for me now, after adding dependency on metafont.
| * djvu2pdf: make work in nix-shellGabriel Ebner2015-12-19
| |
| * hevea: 2.25 -> 2.26Pascal Wittmann2015-12-12
| |
* | Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
|\|
| * rubber: wrap Python programsThomas Tuegel2015-12-09
| |
| * rubber: 1.1 -> 1.3Thomas Tuegel2015-12-09
| | | | | | | | | | | | * version upgrade * minor formatting change * assign ttuegel as maintainer
| * emacsPackages.auctex: 11.88 -> 11.89John Wiegley2015-12-03
| |
| * texFunctions: Use modular texlive instead of tetexEelco Dolstra2015-12-03
| |