about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2023-11-20 17:58:03 -0500
committerGitHub <noreply@github.com>2023-11-20 17:58:03 -0500
commita126a8545a4acb8d7c91acbc1ed7dfb3c24a1e86 (patch)
tree6996097cc55d8a399c14cb1c6cdc719cebcf0a80 /nixos
parentfc40f074472fe613062481796acd5fd3b557b9ba (diff)
parent5d6f4ec5f073023790c01d25e3275e21a1b590b1 (diff)
downloadnixlib-a126a8545a4acb8d7c91acbc1ed7dfb3c24a1e86.tar
nixlib-a126a8545a4acb8d7c91acbc1ed7dfb3c24a1e86.tar.gz
nixlib-a126a8545a4acb8d7c91acbc1ed7dfb3c24a1e86.tar.bz2
nixlib-a126a8545a4acb8d7c91acbc1ed7dfb3c24a1e86.tar.lz
nixlib-a126a8545a4acb8d7c91acbc1ed7dfb3c24a1e86.tar.xz
nixlib-a126a8545a4acb8d7c91acbc1ed7dfb3c24a1e86.tar.zst
nixlib-a126a8545a4acb8d7c91acbc1ed7dfb3c24a1e86.zip
Merge pull request #268613 from xworld21/texlive-tldeps
texlive: fix dependency bug, add docs and release notes
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index d14444936b5a..4b6335c00719 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -553,6 +553,8 @@ The module update takes care of the new config syntax and the data itself (user
 
 - The argument `vendorSha256` of `buildGoModule` is deprecated. Use `vendorHash` instead. ([\#259999](https://github.com/NixOS/nixpkgs/pull/259999))
 
+- TeX Live environments can now be built with the new `texlive.withPackages`. The procedure for creating custom TeX packages has been changed, see the [Nixpkgs manual](https://nixos.org/manual/nixpkgs/stable/#sec-language-texlive-custom-packages) for more details.
+
 ## Nixpkgs internals {#sec-release-23.11-nixpkgs-internals}
 
 - Node.js v14, v16 has been removed as they were end of life. Any dependent packages that contributors were not able to reasonably upgrade were dropped after a month of notice to their maintainers, were **removed**.