about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-07 01:51:52 +0100
committerGitHub <noreply@github.com>2024-01-07 01:51:52 +0100
commit98fc48b22d601ab62802660ae9d0766dd3bd97b1 (patch)
tree942952cc60fe2c4df1137c71d8be7ae91f6bd329 /nixos/doc/manual
parenta1648566d06274c77e1eccd52304f6c7e905da49 (diff)
parenteb928bae95237e22a07d6c4891d76ea73c29fd48 (diff)
downloadnixlib-98fc48b22d601ab62802660ae9d0766dd3bd97b1.tar
nixlib-98fc48b22d601ab62802660ae9d0766dd3bd97b1.tar.gz
nixlib-98fc48b22d601ab62802660ae9d0766dd3bd97b1.tar.bz2
nixlib-98fc48b22d601ab62802660ae9d0766dd3bd97b1.tar.lz
nixlib-98fc48b22d601ab62802660ae9d0766dd3bd97b1.tar.xz
nixlib-98fc48b22d601ab62802660ae9d0766dd3bd97b1.tar.zst
nixlib-98fc48b22d601ab62802660ae9d0766dd3bd97b1.zip
Merge pull request #276174 from wegank/lilypond-guile-3
lilypond, denemo: migrate to guile 3
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index acd0a3494046..8021c0e040f2 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -115,6 +115,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - `libass` now uses the native CoreText backend on Darwin, which may fix subtitle rendering issues with `mpv`, `ffmpeg`, etc.
 
+- [Lilypond](https://lilypond.org/index.html) and [Denemo](https://www.denemo.org) are now compiled with Guile 3.0.
+
 - The following options of the Nextcloud module were moved into [`services.nextcloud.extraOptions`](#opt-services.nextcloud.extraOptions) and renamed to match the name from Nextcloud's `config.php`:
   - `logLevel` -> [`loglevel`](#opt-services.nextcloud.extraOptions.loglevel),
   - `logType` -> [`log_type`](#opt-services.nextcloud.extraOptions.log_type),