···4*/
5{ stdenv, lib, fetchurl, runCommand, writeText, buildEnv
6, callPackage, ghostscriptX, harfbuzz
7-, makeWrapper, python3, ruby, perl
8, useFixedHashes ? true
9, recurseIntoAttrs
10}:
···23 # function for creating a working environment from a set of TL packages
24 combine = import ./combine.nix {
25 inherit bin combinePkgs buildEnv lib makeWrapper writeText
26- stdenv python3 ruby perl;
27 ghostscript = ghostscriptX; # could be without X, probably, but we use X above
28 };
29
···4*/
5{ stdenv, lib, fetchurl, runCommand, writeText, buildEnv
6, callPackage, ghostscriptX, harfbuzz
7+, makeWrapper, python3, ruby, perl, gnused, gnugrep, coreutils
8, useFixedHashes ? true
9, recurseIntoAttrs
10}:
···23 # function for creating a working environment from a set of TL packages
24 combine = import ./combine.nix {
25 inherit bin combinePkgs buildEnv lib makeWrapper writeText
26+ stdenv python3 ruby perl gnused gnugrep coreutils;
27 ghostscript = ghostscriptX; # could be without X, probably, but we use X above
28 };
29