about summary refs log tree commit diff
path: root/pkgs/tools/typesetting
Commit message (Collapse)AuthorAge
...
* | | treewide: remove redundant quotesvolth2019-08-26
|/ /
* | Merge master into staging-nextFrederik Rietdijk2019-08-18
|\|
| * texlive: remove myself from meta.maintainersVladimír Čunát2019-08-18
| | | | | | | | That corresponds to the real situation since a couple years ago.
* | treewide: name -> pnamevolth2019-08-17
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* bundlerUpdateScript: init and use (#64822)Nick Novitski2019-07-22
|
* treewide: fix redirect URLsRyan Mulligan2019-07-10
|
* scdoc: 1.9.4 -> 1.9.6Michael Weiss2019-07-10
|
* Merge branch 'master' into staging-nextVladimír Čunát2019-07-06
|\ | | | | | | | | There are several thousand rebuilds from master already. Hydra nixpkgs: ?compare=1528940
| * asciidoctor: fix update.shzimbatm2019-07-04
| |
| * asciidoctor: wrap asciidoctor-epub3 for epubcheck and kindlegenMichael Peyton Jones2019-07-04
| | | | | | | | | | kindlegen is unfree, so we don't include it by default. The derivation can be overridden to include it.
| * asciidoctor: address review commentsMichael Peyton Jones2019-07-04
| |
| * asciidctor: include the asciidoctor-epub3 gemMichael Peyton Jones2019-07-04
| | | | | | | | | | | | | | | | This is another common output target for asciidctor that requires an additional gem. The previous commit is necessary for this to work, so that we get the gem config for nokogiri correctly.
| * asciidoctor: move mathematical gem config to default gemset configMichael Peyton Jones2019-07-04
| | | | | | | | | | | | | | | | | | | | This has two benefits: - Anyone else using the `mathematical` gem will benefit from the config. - The gem config overrides the default one, so we were losing the fixes for other gems. I had to change how the update script works. Now it looks at the `gems` passthru from `bundlerApp`.
* | Merge staging-next into stagingFrederik Rietdijk2019-07-03
|\|
| * asciidoctor: add rouge to dependenciesSarunas Valaskevicius2019-06-26
| |
| * asciidoctor: add update.sh for dependency updatesDanylo Hlynskyi2019-06-26
| |
* | Merge pull request #63572 from volth/cpan2nix-2019-06-20Graham Christensen2019-06-28
|\ \ | |/ |/| buildPerlPackage: name -> (pname, version)
| * buildPerlPackage: name -> (pname, version)volth2019-06-20
| |
* | Merge pull request #63328 from r-ryantm/auto-update/pdf2djvuPascal Wittmann2019-06-18
|\ \ | |/ |/| pdf2djvu: 0.9.12 -> 0.9.13
| * pdf2djvu: 0.9.12 -> 0.9.13R. RyanTM2019-06-17
| | | | | | | | | | | | | | 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
* | treewide: remove unused variables (#63177)volth2019-06-16
|/ | | | | | * treewide: remove unused variables * making ofborg happy
* Merge pull request #62707 from michaelpj/imp/update-asciidoctorworldofpeace2019-06-11
|\ | | | | asciidoctor: 1.5.7.1 -> 2.0.10
| * asciidoctor: 1.5.7.1 -> 2.0.10Michael Peyton Jones2019-06-05
| | | | | | | | | | | | | | | | | | There has been a new major version, so it seems good to upgrade. I had to drop two plugins: - `asciidoctor-latex` seems dead, and hasn't had any commits since 2015. - `asciidoctor-bespoke` also hasn't been updated for over a year, and doesn't seem to be compatible with the new version.
* | sile: leverage lua environmentsMatthieu Coudron2019-06-09
| | | | | | | | allows to simplify the implementation quite a bit
* | luaPackages.lua-zlib: 1.1 -> 1.2Matthieu Coudron2019-06-06
| | | | | | | | | | Renamed from luazlib to luarocks name lua-zlib. Move to generated.
* | treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross2019-06-01
|/ | | | | | | | | | | | | | A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
* tikzit: disable parallel makeVladimír Čunát2019-05-21
| | | | https://hydra.nixos.org/build/93736421
* texlive: retain texmf/updmap.cfg and generate texmf-config/updmap.cfg (#58220)clefru2019-05-10
| | | | As discussed in https://github.com/NixOS/nixpkgs/issues/58026#issuecomment-475825057
* [treewide] delete unused patchesc0bw3b2019-05-04
|
* biber: Fix evalJan Tojnar2019-05-03
| | | | | | | | Remove UnicodeCollate dependency, which is part of Perl 5.28 and does not exist separately anymore. Add PerlIO::utf8_strict, which lack thereof Biber complains about during build.
* texlive: provide bin.texlive on Darwin tooDmitry Kalinkin2019-05-03
| | | | | | | | texlive attribute was accidentally added in attrset wrapped with stdenv.lib.optionalAttrs (!stdenv.isDarwin) Fixes: dbc2c1c4b8 ('texlive: add missing perl dependencies for latexindent')
* Merge pull request #59537 from veprbl/pr/texlive_latexindent_depsDmitry Kalinkin2019-05-02
|\ | | | | texlive: add missing perl dependencies for latexindent
| * texlive: add missing perl dependencies for latexindentDmitry Kalinkin2019-04-15
| |
* | texlive.bin.core-big: add libX11 to buildInputsMario Rodas2019-05-01
| | | | | | | | metafont requires libX11
* | treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | | | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* | treewide: update homepages to https where availableMatthew Bauer2019-04-15
|/ | | | | | | | Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
* Merge pull request #58939 from Lucus16/latexrunDmitry Kalinkin2019-04-05
|\ | | | | Add latexrun package
| * latexrun: init at unstable-2015-11-18Lars Jellema2019-04-03
| |
* | Merge pull request #57869 from robertseaton/masterElis Hirwing2019-03-24
|\ \ | | | | | | pdfsandwich: init at 0.1.7
| * | pdfsandwich: init at 0.1.7Robert Seaton2019-03-24
| |/
* / Create texmf-local directory separate from texmf-dist.Clemens Fruhwirth2019-03-24
|/ | | | Motivated by https://github.com/NixOS/nixpkgs/issues/58026
* 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.