about summary refs log tree commit diff
path: root/pkgs/tools/typesetting
Commit message (Collapse)AuthorAge
* texlive: add veprbl to maintainersDmitry Kalinkin2019-03-16
| | | | cc #56797
* Merge pull request #56797 from veprbl/pr/texlive-2018-finalDmitry Kalinkin2019-03-12
|\ | | | | texlive: 2018 -> 2018-final
| * texlive: add tug.org as a mirror for 2018-finalDmitry Kalinkin2019-03-07
| |
| * biber: use texlive.biber for srcDmitry Kalinkin2019-03-04
| |
| * biber: 2.11 -> 2.12Robert Schütz2019-03-04
| | | | | | | | Biber 2.12 is for biblatex 3.12.
| * texlive: 2018 -> 2018-finalDmitry Kalinkin2019-03-03
| |
| * texlive/combine.nix: fix bugs in languages filterDmitry Kalinkin2019-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial language.{dat,def} configuration files provided by `texlive.hyphen-base` may declare languages that were not part of the combined packages. Those are filtered out by a sed script that had few problems: 1) The sed script was generated from a list of potentially non-unique packages. Every repetition of a select and print clause would produce a copy of a language declaration in the output file. This became a problem for update to the 2018-final, the fmtutil would crash from too much German hyphenation. 2) The select clauses were ambiguous: both '^% from hyphen' and '^% from hyphen-welsh' will match a line 'from hyphen-welsh'.
| * texlive/combine.nix: clarify implementation of mkUniqueOutPathsDmitry Kalinkin2019-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | mkUniqueOutPaths used to produce empty paths for dummy packages, this version strips those out. This does not affect `pkgList.bin` at all, but `pkgList.nonbin` is affected, so this is not exactly a refactoring. It should not harm to have a cleaner `paths`. Also, original comment said "here we deal with those dummy packages needed for hyphenation filtering". This doesn't seem to be true, the packages that were really filtered are actually metapackages that represent collections. I also could not find any dummy packages even in the originally committed version.
| * texlive/combine.nix: s/mkUniquePkgs/mkUniqueOutPaths/Dmitry Kalinkin2019-03-03
| |
| * texlive: move fastUnique from default.nix to combine.nixDmitry Kalinkin2019-03-03
| |
* | pdfgrep: relax platform from linux to unixTravis A. Everett2019-03-11
| |
* | tikzit: 2.1 -> 2.1.4 (#57071)Ingo Blechschmidt2019-03-08
| |
* | asciidoc: replace tetex by texlive (#56782)Robert Schütz2019-03-07
| |
* | Merge pull request #56873 from ck3d/sile-docmarkuskowa2019-03-07
|\ \ | | | | | | sile: build and install documentation (self test)
| * | sile: build and install documentation (self test)Christian Kögler2019-03-07
| |/ | | | | | | | | - added primary fonts (some non free fonts are missing, but sile selects alternative fonts) used by documentation
* | Merge pull request #56928 from peterhoeg/f/rubberPeter Hoeg2019-03-06
|\ \ | | | | | | rubber: fix build
| * | rubber: fix buildPeter Hoeg2019-03-06
| |/
* / scdoc: 1.9.3 -> 1.9.4Michael Weiss2019-03-04
|/
* scdoc: 1.9.1 -> 1.9.3Michael Weiss2019-03-02
|
* scdoc: 1.9.0 -> 1.9.1Michael Weiss2019-02-28
|
* pygmentex: add tlType attribute; install latex style and demo (#56063)José Romildo Malaquias2019-02-27
|
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* scdoc: 1.8.1 -> 1.9.0Michael Weiss2019-02-24
|
* Merge remote-tracking branch 'origin/master' into stagingMatthew Bauer2019-02-09
|\
| * Merge pull request #54675 from r-ryantm/auto-update/silemarkuskowa2019-02-03
| |\ | | | | | | sile: 0.9.5 -> 0.9.5.1
| | * sile: 0.9.5 -> 0.9.5.1R. RyanTM2019-01-26
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sile/versions
* | | Merge branch 'staging-next' into stagingVladimír Čunát2019-02-01
|\| |
| * | scdoc: 1.8.0 -> 1.8.1Michael Weiss2019-01-30
| | |
| * | scdoc: 1.6.1 -> 1.8.0Michael Weiss2019-01-27
| |/
* | Merge branch 'master' into stagingVladimír Čunát2019-01-22
|\|
| * scdoc: 1.6.0 -> 1.6.1Michael Weiss2019-01-20
| |
* | treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-16
|/
* Merge pull request #53686 from dtzWill/update/poppler-0.73.0Thomas Tuegel2019-01-12
|\ | | | | poppler: 0.72.0 -> 0.73.0
| * texlive: fix w/poppler 0.73.0Will Dietz2019-01-08
| |
* | sile: 0.9.4 -> 0.9.5Vincent Laporte2019-01-12
|/
* tikzit: 2.0 -> 2.1Ingo Blechschmidt2019-01-08
|
* pdf2djvu: 0.9.11 -> 0.9.12R. RyanTM2019-01-07
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pdf2djvu/versions
* Merge pull request #52715 from jtojnar/poppler-0.72Jan Tojnar2018-12-25
|\ | | | | poppler: 0.67.0 → 0.72.0
| * texlive.bin.core-big: use postPatch from .coreVladimír Čunát2018-12-25
| | | | | | | | | | Otherwise it wouldn't build with new poppler either. (Perhaps not all of it is needed here, but why not apply it all?)
| * texlive.bin.core: Fix build with poppler 0.72Jan Tojnar2018-12-23
| |
* | Merge branch 'staging' into make-perl-pathdvolth2018-12-18
|\ \
| * \ Merge pull request #52062 from volth/perl526-dropJörg Thalheim2018-12-18
| |\ \ | | | | | | | | perl526: drop
| | * | treewide: remove aliases evaluated to `null`volth2018-12-14
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into stagingJan Tojnar2018-12-16
| |\ \ \ | | |/ / | |/| |
| | * | Merge pull request #52161 from r-ryantm/auto-update/pdfgrepmarkuskowa2018-12-16
| | |\ \ | | | | | | | | | | pdfgrep: 2.1.1 -> 2.1.2
| | | * | pdfgrep: 2.1.1 -> 2.1.2R. RyanTM2018-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pdfgrep/versions
| | * | | satysfi: 2018-03-07 -> 0.0.3Vincent Laporte2018-12-14
| | | |/ | | |/|
| | * | texlive: fix link to poppler patchMario Rodas2018-12-08
| | |/
* | / lib.makePerlPath -> perlPackages.makePerlPathvolth2018-12-15
|/ /
* / xmlto: fix cross-buildJörg Thalheim2018-12-11
|/