summary refs log tree commit diff
path: root/pkgs/tools/typesetting/tex/texlive
diff options
context:
space:
mode:
authorVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-08-22 16:03:55 +0100
committerVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-08-22 16:03:55 +0100
commit7582e6fea6f7d897ac78652ceea8d275db2e39ba (patch)
tree0aa801696d075a0cdedcac5dc40714092211b49f /pkgs/tools/typesetting/tex/texlive
parent59ed084cc22886340831e6912f30271f7ca4f4ab (diff)
downloadnixpkgs-7582e6fea6f7d897ac78652ceea8d275db2e39ba.tar
nixpkgs-7582e6fea6f7d897ac78652ceea8d275db2e39ba.tar.gz
nixpkgs-7582e6fea6f7d897ac78652ceea8d275db2e39ba.tar.bz2
nixpkgs-7582e6fea6f7d897ac78652ceea8d275db2e39ba.tar.lz
nixpkgs-7582e6fea6f7d897ac78652ceea8d275db2e39ba.tar.xz
nixpkgs-7582e6fea6f7d897ac78652ceea8d275db2e39ba.tar.zst
nixpkgs-7582e6fea6f7d897ac78652ceea8d275db2e39ba.zip
texlive: add extraNativeBuildInputs parameter to bin containers
Diffstat (limited to 'pkgs/tools/typesetting/tex/texlive')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/build-texlive-package.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/build-texlive-package.nix b/pkgs/tools/typesetting/tex/texlive/build-texlive-package.nix
index 1415d2d39f9..2e9572f168a 100644
--- a/pkgs/tools/typesetting/tex/texlive/build-texlive-package.nix
+++ b/pkgs/tools/typesetting/tex/texlive/build-texlive-package.nix
@@ -29,6 +29,7 @@
 , hasManpages ? false
 , hasRunfiles ? false
 , hasTlpkg ? false
+, extraNativeBuildInputs ? [ ]
 , ...
 }@args:
 
@@ -119,6 +120,7 @@ let
         inherit meta;
         # shebang interpreters
         buildInputs = (args.extraBuildInputs or [ ]) ++ [ bash perl ] ++ (lib.attrVals (args.scriptExts or [ ]) extToInput);
+        nativeBuildInputs = extraNativeBuildInputs;
         # absolute scripts folder
         scriptsFolder = lib.optionalString (run ? outPath) (run.outPath + "/scripts/" + args.scriptsFolder or pname);
         # binaries info