strawberry: drop strawberry-qt5 in favor of strawberry-qt6

This commit is contained in:
Yaroslav Chvanov 2024-11-29 00:36:03 +03:00
parent a2e747664b
commit e3a9c19e86
No known key found for this signature in database
GPG Key ID: CCF75EB2BBF8F69C
3 changed files with 5 additions and 3 deletions

View File

@ -27,6 +27,9 @@
- `buildGoPackage` has been removed. Use `buildGoModule` instead. See the [Go section in the nixpkgs manual](https://nixos.org/manual/nixpkgs/unstable/#sec-language-go) for details.
- `strawberry` has been updated to 1.2, which drops support for the VLC backend and Qt 5. The `strawberry-qt5` package
and `withGstreamer`/`withVlc` override options have been removed due to this.
- `timescaledb` requires manual upgrade steps.
After you run ALTER EXTENSION, you must run [this SQL script](https://github.com/timescale/timescaledb-extras/blob/master/utils/2.15.X-fix_hypertable_foreign_keys.sql). For more details, see the following pull requests [#6797](https://github.com/timescale/timescaledb/pull/6797).
PostgreSQL 13 is no longer supported in TimescaleDB v2.16.

View File

@ -1193,6 +1193,7 @@ mapAliases {
steam-small = steam; # Added 2024-09-12
steam-run-native = steam-run; # added 2022-02-21
StormLib = stormlib; # Added 2024-01-21
strawberry-qt5 = throw "strawberry-qt5 has been replaced by strawberry-qt6"; # Added 2024-11-22
sumneko-lua-language-server = lua-language-server; # Added 2023-02-07
sumokoin = throw "sumokoin has been removed as it was abandoned upstream"; # Added 2024-11-23
swiProlog = lib.warn "swiProlog has been renamed to swi-prolog" swi-prolog; # Added 2024-09-07

View File

@ -3228,11 +3228,9 @@ with pkgs;
sonobuoy = callPackage ../applications/networking/cluster/sonobuoy { };
strawberry-qt5 = libsForQt5.callPackage ../applications/audio/strawberry { };
strawberry-qt6 = qt6Packages.callPackage ../applications/audio/strawberry { };
strawberry = strawberry-qt5;
strawberry = strawberry-qt6;
schleuder = callPackage ../tools/security/schleuder { };