Skip to content

Commit

Permalink
texlive: use perl 5.24
Browse files Browse the repository at this point in the history
See #26890.
  • Loading branch information
gebner committed Jan 1, 2018
1 parent 70e9b60 commit 7dcc307
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/tools/typesetting/tex/texlive/default.nix
Expand Up @@ -4,7 +4,7 @@
*/
{ stdenv, lib, fetchurl, runCommand, writeText, buildEnv
, callPackage, ghostscriptX, harfbuzz, poppler_min
, makeWrapper, perl522, python, ruby
, makeWrapper, python, ruby, perl
, useFixedHashes ? true
, recurseIntoAttrs
}:
Expand All @@ -28,8 +28,7 @@ let
# function for creating a working environment from a set of TL packages
combine = import ./combine.nix {
inherit bin combinePkgs buildEnv fastUnique lib makeWrapper writeText
stdenv python ruby;
perl = perl522; # avoid issues like #26890, probably remove after texlive upgrade
stdenv python ruby perl;
ghostscript = ghostscriptX; # could be without X, probably, but we use X above
};

Expand Down

1 comment on commit 7dcc307

@FRidh
Copy link
Member

@FRidh FRidh commented on 7dcc307 Jan 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change can be made because the upgrade to texlive 2017 was made in #30332.

Please sign in to comment.