summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorTrolli Schmittlauch <t.schmittlauch+nixos@orlives.de>2023-09-05 22:12:50 +0200
committerTrolli Schmittlauch <t.schmittlauch+nixos@orlives.de>2023-09-05 22:12:50 +0200
commitaf66f4fd2a5e008f923a9f76e92c0f8665744fd8 (patch)
treef1d462065f5a5349181d77ab115369088cf3798f /nixos
parent97927dfad9abf6f2d1b3144d069024911a7ecf1f (diff)
downloadnixpkgs-af66f4fd2a5e008f923a9f76e92c0f8665744fd8.tar
nixpkgs-af66f4fd2a5e008f923a9f76e92c0f8665744fd8.tar.gz
nixpkgs-af66f4fd2a5e008f923a9f76e92c0f8665744fd8.tar.bz2
nixpkgs-af66f4fd2a5e008f923a9f76e92c0f8665744fd8.tar.lz
nixpkgs-af66f4fd2a5e008f923a9f76e92c0f8665744fd8.tar.xz
nixpkgs-af66f4fd2a5e008f923a9f76e92c0f8665744fd8.tar.zst
nixpkgs-af66f4fd2a5e008f923a9f76e92c0f8665744fd8.zip
cawbird: remove due to being broken and abandoned
-- dedicated to Larry the bird
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 3e20cc43896..d0359624d19 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -245,6 +245,8 @@ The module update takes care of the new config syntax and the data itself (user
 - `networking.nftables` is no longer flushing all rulesets on every reload.
   Use `networking.nftables.flushRuleset = true;` to get back the old behaviour.
 
+- The `cawbird` package is dropped from nixpkgs, as it got broken by the Twitter API closing down and has been abandoned upstream.
+
 ## Nixpkgs internals {#sec-release-23.11-nixpkgs-internals}
 
 - The use of `sourceRoot = "source";`, `sourceRoot = "source/subdir";`, and similar lines in package derivations using the default `unpackPhase` is deprecated as it requires `unpackPhase` to always produce a directory named "source". Use `sourceRoot = src.name`, `sourceRoot = "${src.name}/subdir";`, or `setSourceRoot = "sourceRoot=$(echo */subdir)";` or similar instead.