From 7b1eafc41ec72f2d7c73b01619cd9b75b4876b12 Mon Sep 17 00:00:00 2001 From: Martin Joerg Date: Sat, 30 May 2026 13:27:59 +0000 Subject: [PATCH] texlive.withPackages: fix typo (cherry picked from commit 09046bfef2490927eb2baa2a396f3f0124c5ee26) --- pkgs/tools/typesetting/tex/texlive/build-tex-env.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/typesetting/tex/texlive/build-tex-env.nix b/pkgs/tools/typesetting/tex/texlive/build-tex-env.nix index 01ae7e52c427..dc98b0a64297 100644 --- a/pkgs/tools/typesetting/tex/texlive/build-tex-env.nix +++ b/pkgs/tools/typesetting/tex/texlive/build-tex-env.nix @@ -509,7 +509,7 @@ lib.fix ( postactionScripts = builtins.catAttrs "postactionScript" pkgList.tlpkg; - # whethe to include doc, source containers + # whether to include doc, source containers withDocs = false; withSources = false;