Skip to content

qt: Remove Plasma 5 and related Qt5 packages#7746

Merged
khaneliman merged 2 commits intonix-community:masterfrom
aionescu:fix-qt5
Aug 31, 2025
Merged

qt: Remove Plasma 5 and related Qt5 packages#7746
khaneliman merged 2 commits intonix-community:masterfrom
aionescu:fix-qt5

Conversation

@aionescu
Copy link
Copy Markdown
Member

@aionescu aionescu commented Aug 31, 2025

Description

Modeled after the changes in Nixpkgs from NixOS/nixpkgs#435823, platform kde6 is removed and platform kde now means Plasma 6.

Also fixes evaluation error due to missing attribute libsForQt5.breeze-qt5 (closes #7728).

Checklist

  • Change is backwards compatible.

    • This is a breaking change.
  • Code formatted with nix fmt or
    nix-shell -p treefmt nixfmt deadnix keep-sorted --run treefmt.

  • Code tested through nix run .#tests -- test-all or
    nix-shell --pure tests -A run.all.

  • Test cases updated/added. See example.

  • Commit messages are formatted like

    {component}: {description}
    
    {long description}
    

    See CONTRIBUTING for more information and recent commit messages for examples.

  • If this PR adds a new module

    • Added myself as module maintainer. See example.
    • Generate a news entry. See News
    • Basic tests added. See Tests
  • If this PR adds an exciting new feature or contains a breaking change.

    • Generate a news entry. See News

Modeled after the changes in Nixpkgs from NixOS/nixpkgs#435823, platform `kde6` is removed and platform `kde` now means Plasma 6.

Also fixes evaluation error due to missing attribute `libsForQt5.breeze-qt5` (#7728).
Comment thread modules/misc/qt.nix
Give users a heads up that option is being removed.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
@khaneliman khaneliman merged commit 1e75978 into nix-community:master Aug 31, 2025
7 checks passed
@aionescu aionescu deleted the fix-qt5 branch November 9, 2025 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: libsForQt5.breeze-qt5 no longer exists in nixpkgs

3 participants