about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-09-04 21:06:07 +0200
committerpennae <github@quasiparticle.net>2023-09-04 21:06:07 +0200
commit6e56e31d38828196d67434e73338fa1c658d2ecb (patch)
tree91b57685cb94a77561fdf89e373c2f56bffa4581 /nixos
parent9ee9dfac229a2930f13c393c83a67cba5bb19808 (diff)
downloadnixlib-6e56e31d38828196d67434e73338fa1c658d2ecb.tar
nixlib-6e56e31d38828196d67434e73338fa1c658d2ecb.tar.gz
nixlib-6e56e31d38828196d67434e73338fa1c658d2ecb.tar.bz2
nixlib-6e56e31d38828196d67434e73338fa1c658d2ecb.tar.lz
nixlib-6e56e31d38828196d67434e73338fa1c658d2ecb.tar.xz
nixlib-6e56e31d38828196d67434e73338fa1c658d2ecb.tar.zst
nixlib-6e56e31d38828196d67434e73338fa1c658d2ecb.zip
release-notes: add note about jack2 losing its tools
let's spare anyone else using these the adventure of finding out why
their scripts broke and where the tools went.
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 aa6197039244..4ee8e1432a3e 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -85,6 +85,8 @@
 
 - The `services.ananicy.extraRules` option now has the type of `listOf attrs` instead of `string`.
 
+- JACK tools (`jack_*` except `jack_control`) have moved from the `jack2` package to `jack-example-tools`
+
 - The `matrix-synapse` package & module have undergone some significant internal changes, for most setups no intervention is needed, though:
   - The option [`services.matrix-synapse.package`](#opt-services.matrix-synapse.package) is now read-only. For modifying the package, use an overlay which modifies `matrix-synapse-unwrapped` instead. More on that below.
   - The `enableSystemd` & `enableRedis` arguments have been removed and `matrix-synapse` has been renamed to `matrix-synapse-unwrapped`. Also, several optional dependencies (such as `psycopg2` or `authlib`) have been removed.