Unverified Commit 7b52cb08 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

texlive*: set pname and version (#487432)

parents 046523e5 8e0c1ac0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
  tl,
  bin,

  version,

  lib,
  buildEnv,
  libfaketime,
@@ -47,6 +49,9 @@ lib.fix (
      args:
      (buildEnv (
        {
          pname = name;
          version = "${toString version.texliveYear}-unstable-${version.year}-${version.month}-${version.day}";

          inherit (args) name paths;
        }
        // lib.optionalAttrs (args ? extraOutputsToInstall) { inherit (args) extraOutputsToInstall; }
+1 −0
Original line number Diff line number Diff line
@@ -196,6 +196,7 @@ let
  # function for creating a working environment
  buildTeXEnv = import ./build-tex-env.nix {
    inherit bin tl;
    inherit version;
    ghostscript = ghostscript_headless;
    inherit
      lib