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: 9aa4a4c7221f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 67d5cdee044b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 22, 2020

  1. texlive: Fix texlive pstricks

    The upgrade of ghostscript to 9.50 produced some issues with texlive
    2019. This patch adds an additional fix necessary for the upgrade
    preventing pstricks from working correctly:
    
      https://tug.org/pipermail/dvipdfmx/2019-November/000036.html
    immae committed Apr 22, 2020
    Copy the full SHA
    bb79233 View commit details
  2. Merge pull request #85736 from immae/fix_texlive_pstricks

    nixos/texlive: Fix texlive pstricks
    veprbl authored Apr 22, 2020
    Copy the full SHA
    67d5cde View commit details
Showing with 8 additions and 0 deletions.
  1. +8 −0 pkgs/tools/typesetting/tex/texlive/bin.nix
8 changes: 8 additions & 0 deletions pkgs/tools/typesetting/tex/texlive/bin.nix
Original file line number Diff line number Diff line change
@@ -76,6 +76,14 @@ let
url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/texlive-poppler-0.86.patch?h=packages/texlive-bin&id=60244e41bb6f1501e8ed1fc9e6b7ba8d3f283398";
sha256 = "0pdvhaqc3zgz7hp0x3a4qs0nh26fkvgmr6w1cjljqhp1nyiw2f1l";
})

# Needed for ghostscript>=9.50
(fetchpatch {
name = "xdvipdfm-fix.patch";
url = "https://www.tug.org/svn/texlive/trunk/Build/source/texk/dvipdfm-x/spc_dvips.c?view=patch&r1=52765&r2=52764&pathrev=52765";
sha256 = "0qvrc7yxhbl5f4g340z8aql388bwib0m2gxd473skbmviy5bjr3f";
stripLen = 2;
})
];

# remove when removing synctex-missing-header.patch