Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 89fda74df52b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 75b07778313b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 1, 2020

  1. dblatex: add pdflscape as a dependency

    Without it, building a document fails with the following error:
    
    pdflatex failed
    index.tex: File `pdflscape.sty' not found.
    index.tex:47: Emergency stop.
    svanderburg committed Jun 1, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    75b0777 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkgs/tools/typesetting/tex/dblatex/default.nix
2 changes: 1 addition & 1 deletion pkgs/tools/typesetting/tex/dblatex/default.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
, tex ? texlive.combine { # satisfy all packages that ./configure mentions
inherit (texlive) scheme-basic epstopdf anysize appendix changebar
fancybox fancyvrb float footmisc listings jknapltx/*for mathrsfs.sty*/
multirow overpic pdfpages graphics stmaryrd subfigure titlesec wasysym
multirow overpic pdfpages pdflscape graphics stmaryrd subfigure titlesec wasysym
# pkgs below don't seem requested by dblatex, but our manual fails without them
ec zapfding symbol eepic times rsfs cs tex4ht courier helvetic ly1;
}