3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

897 commits

Author SHA1 Message Date
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Mario Rodas f7c4e825aa
Merge pull request #105438 from alerque/sile-0.10.13
sile: 0.10.12 → 0.10.13
2021-01-10 02:21:18 -05:00
Mario Rodas c33c9cefe3 sile: mark as broken on Darwin 2021-01-08 04:20:00 +00:00
Mario Rodas f6721542fe tectonic: 0.3.3 -> 0.4.0
https://github.com/tectonic-typesetting/tectonic/releases/tag/tectonic%400.4.0
2020-12-29 04:20:00 +00:00
Mario Rodas 70eebb05ff
Merge pull request #107705 from sternenseemann/lowdown-0.7.5
lowdown: 0.7.4 -> 0.7.5
2020-12-27 19:42:23 -05:00
sternenseemann 182dc8b906 lowdown: 0.7.4 -> 0.7.5 2020-12-27 12:10:08 +01:00
Mario Rodas 84917aa00b bibclean: add platforms 2020-12-26 04:20:00 +00:00
Dmitry Kalinkin f86651e63b
texlive.combine: set allowSubstitutes = true 2020-12-19 11:33:50 -05:00
Mario Rodas a0a2f6b862 tectonic: 0.3.0 -> 0.3.3 2020-12-12 04:20:00 +00:00
github-actions[bot] e7e56512fc
Merge staging-next into staging 2020-12-07 00:39:47 +00:00
Michael Weiss 4a15cfaede
scdoc: 1.11.0 -> 1.11.1 2020-12-06 19:18:55 +01:00
Bjørn Forsman 8f13d3cada asciidoctor: add revealjs support
This allows creating HTML presentations with
`asciidoctor-revealjs presentation.adoc`.

NOTE: The generated HTML file implicitly depend on reveal.js (and I see
no good way to bundle it with Nix). Either provide reveal.js in a local
path next to the generated HTML file[1], or override the revealjsdir
attribute, for example by pointing to an URL (can also be a path):

  asciidoctor-revealjs -a revealjsdir=https://cdn.jsdelivr.net/npm/reveal.js@3.9.2 presentation.adoc

Implementation details:
1. Added "gem 'asciidoctor-revealjs'" to the Gemfile.
2. Ran "nix-shell -p bundler --run 'bundle lock --update'"
   from pkgs/tools/typesetting/asciidoctor/.
3. Hand edited Gemfile.lock to remove all but the asciidoctor-revealjs
   changes. (Rationale: allow backporting to release-20.09.)
4. Finish off with "nix-shell -p bundix --run 'bundix'".

[1] Of course Nix can help with _that_, but that's external to the
asciidoctor-revealjs program.
2020-12-05 15:20:35 +01:00
Sandro Jäckel 1c67400f72
pdftk: mark broken on darwin 2020-12-02 10:07:23 +01:00
Dmitry Kalinkin d527419584
Merge pull request #105490 from veprbl/pr/dvisvgm_2_11
texlive.bin.dvisvgm: texlive 2.8.1 -> upstream 2.11
2020-12-01 18:56:51 -05:00
Dmitry Kalinkin 9ef277209a
texlive.bin.dvisvgm: texlive 2.8.1 -> upstream 2.11 2020-11-30 15:38:28 -05:00
AndersonTorres aeedda95b4 skribilo: 0.9.4 -> 0.9.5 2020-11-30 16:07:09 -03:00
Frederik Rietdijk 9a63b3d3d6
Merge pull request #104781 from NixOS/staging-next
Staging next
2020-11-30 18:27:29 +01:00
Michael Raskin ee1a1f8c89
Merge pull request #105458 from primeos/pdftk
pdftk: 3.0.8 -> 3.2.1
2020-11-30 16:09:32 +00:00
Michael Weiss afd9e06a8d
pdftk-legacy: Mark as broken
See https://hydra.nixos.org/build/131063864.
2020-11-30 16:46:07 +01:00
Michael Weiss 831ae2ce5e
pdftk: 3.0.8 -> 3.2.1 2020-11-30 16:38:36 +01:00
Caleb Maclennan 60c6e2e433
sile: 0.10.12 → 0.10.13 2020-11-30 12:39:38 +03:00
Frederik Rietdijk 9e062723b2 Merge master into staging-next 2020-11-28 08:53:47 +01:00
iko eb7d367200
runLaTeX: rerun at least twice + refactor (#104185)
Building a simple LaTeX document without bibTeX with a table of contents yielded a document with an empty table of contents since LaTeX was only run once
2020-11-27 12:32:29 -05:00
Frederik Rietdijk b2a3891e12 Merge master into staging-next 2020-11-27 15:09:19 +01:00
adisbladis ce84cc06bf
texlive: Use lib.unique for uniqueness checks
In 85605c8a29 we got a really nice
performance improvement.

By using this implementation for texlive instantiation RSS is cut by
~2.6x with a similar wall time speedup.
2020-11-24 15:40:22 +01:00
Jan Tojnar 6d99109b12
Merge branch 'staging-next' into staging 2020-11-24 05:44:44 +01:00
R. RyanTM c6b859ccab asciidoctorj: 2.4.1 -> 2.4.2 2020-11-23 20:41:31 +01:00
Scott Worley 0ae2687f9e xmlto: Fix fetch URL 2020-11-19 20:12:32 +01:00
freezeboy d4ad2a8723 pdf2htmlEx: remove
This package is broken since 2018 and the project itself is abandonned
upstream since 2017, so there is no hope to see it evolve
2020-11-03 11:41:29 +01:00
Doron Behar 4882514960 tectonic: Install desktop file. 2020-11-01 22:30:44 +02:00
Doron Behar 78d51ab478 tectonic: 0.2.0 -> 0.3.0 2020-11-01 20:57:40 +02:00
Peter Hoeg 02de51f120 rubber: put man and info pages in the right directory 2020-10-28 08:13:47 +08:00
Ben Siraphob db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
R. RyanTM 6ac14e87a2 asciidoctorj: 2.4.0 -> 2.4.1 2020-10-25 09:45:06 +01:00
R. RyanTM 2948121261 auctex: 12.2 -> 12.3 2020-10-24 23:17:49 -07:00
Sandro Jäckel 76e1cda6c6
kindlegen: mark broken due to download removal 2020-10-24 13:36:39 +02:00
Doron Behar bfb892ef11 tectonic: 0.1.17 -> 0.2.0 2020-10-23 19:39:41 +03:00
Dmitry Kalinkin 047749744f
texlive.bin.xindy: disable on platforms where clisp is broken 2020-10-18 14:08:43 -04:00
Dmitry Kalinkin e638958ec3
texlive: remove unused patch files
Those are not needed since 10438ba4fa
2020-10-18 13:59:09 -04:00
Dmitry Kalinkin ea5ac1103c
texlive.bin.core: remove unneeded autoreconfHook
Revert "texlive: fix missing synctex header"

This reverts commit ce6e72a11c.
2020-10-18 13:56:57 -04:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Doron Behar 90bf48b2a3 tectonic: 0.1.16 -> 0.1.17 2020-10-15 19:14:28 +03:00
Doron Behar 9eac601f77 tectonic: add @doronbehar to maintainers 2020-10-15 19:11:47 +03:00
Dmitry Kalinkin 4d76f56f95
biber: add patch for upstream bug 329 2020-10-13 10:47:09 -04:00
Dmitry Kalinkin 2cdd6d1455
Merge pull request #100121 from veprbl/pr/texlive_2020
texlive: 2019 -> 2020
2020-10-11 13:06:20 -04:00
Dmitry Kalinkin 10438ba4fa
texlive: 2019 -> 2020
Also change default package version from texlive year to a
revision. The problem with using texlive year is that it will change
on each of our update even if the package itself was not updated. The
texlive SVN revision number should not change unless the package is
updated. This will allow to share more store paths between different
texlive versions.
2020-10-11 12:28:26 -04:00
Dmitry Kalinkin d2a3ac31b6
texlive.bin: provide luajittex and mfluajit binaries
The ppc64 condition is based on previous reports and was not tested on
actual hardware.
2020-10-11 12:28:25 -04:00
Dmitry Kalinkin 1e87de13a5
texlive.combined.scheme-infraonly: enable building on Hydra
This used to be broken, but recently was fixed.
2020-10-11 12:28:25 -04:00
Dmitry Kalinkin b797fb24c4
texlive.bin.mflua: init 2020-10-11 12:28:25 -04:00
Dmitry Kalinkin 69e0797b00
texlive.bin.core: avoid building lua{53,jit} libraries 2020-10-11 12:28:11 -04:00