Commit graph

910 commits

Author SHA1 Message Date
Ryan Burns c455bcb27b lowdown: fix dylib on darwin 2021-01-24 21:37:45 -08:00
John Ericson 0ceadf99f2 lowdown: Split out "lib" and "man" outputs
Also fix to not always static link
2021-01-23 16:43:35 -05:00
zowoq 59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Sandro 4e292b04af
Merge pull request #109632 from siraben/stdenv-lib-2 2021-01-17 16:29:40 +01:00
Ben Siraphob d1852aca3c pkgs/tools, pkgs/applications: [sS]tdenv.*lib -> lib 2021-01-17 20:59:15 +07:00
Thomas Gerbet 7d886df96d djvu2pdf: fix broken homepage URL
Also updated to the appropriate license.
2021-01-17 11:12:52 +01:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Sandro 8b5d1a9e74
Merge pull request #109097 from sternenseemann/lowdown-0.7.9
lowdown: 0.7.5 -> 0.7.9
2021-01-13 09:16:33 +01:00
sternenseemann cd62625b47 lowdown: 0.7.5 -> 0.7.9 2021-01-12 10:33:03 +01:00
Dmitry Kalinkin c5787e5b8c
texlive: 2020.20201009 -> 2020.20210109 2021-01-11 13:02:54 -05:00
Dmitry Kalinkin ac255ab62e
texlive: put snapshot date into the version 2021-01-11 13:01:39 -05:00
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