Skip to content

[25.05] qt6, python3Packages.pyside6: 6.9.1 -> 6.9.2#437559

Merged
K900 merged 2 commits intoNixOS:staging-25.05from
K900:backport-437556-to-staging-25.05
Aug 27, 2025
Merged

[25.05] qt6, python3Packages.pyside6: 6.9.1 -> 6.9.2#437559
K900 merged 2 commits intoNixOS:staging-25.05from
K900:backport-437556-to-staging-25.05

Conversation

@K900
Copy link
Contributor

@K900 K900 commented Aug 27, 2025

Manual backport of #437556.

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

K900 added 2 commits August 27, 2025 18:44
(cherry picked from commit 5c99d67)
@K900 K900 enabled auto-merge August 27, 2025 15:45
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This report is automatically generated by the PR / Check / cherry-pick CI workflow.

Some of the commits in this PR require the author's and reviewer's attention.

Sometimes it is not possible to cherry-pick exactly the same patch.
This most frequently happens when resolving merge conflicts.
The range-diff will help to review the resolution of conflicts.

If you need to merge this PR despite the warnings, please dismiss this review shortly before merging.

Warning

Difference between d5db150 and original 5c99d67 may warrant inspection.

Show diff
@@ Metadata
  ## Commit message ##
     qt6: 6.9.1 -> 6.9.2
 
+    (cherry picked from commit 5c99d67b8618876563e7b9eacf7567cc62aeb7fd)
+
  ## pkgs/development/libraries/qt-6/fetch.sh ##
 @@
 -WGET_ARGS=( https://download.qt.io/official_releases/qt/6.9/6.9.1/submodules/ -A '*.tar.xz' )
 +WGET_ARGS=( https://download.qt.io/official_releases/qt/6.9/6.9.2/submodules/ -A '*.tar.xz' )
 
- ## pkgs/development/libraries/qt-6/modules/qtbase/default.nix ##
-@@
-   libinput,
-   # options
-   qttranslations ? null,
--  fetchpatch,
- }:
- 
- let
-@@ pkgs/development/libraries/qt-6/modules/qtbase/default.nix: stdenv.mkDerivation rec {
-     ./qmlimportscanner-import-path.patch
-     # don't pass qtbase's QML directory to qmlimportscanner if it's empty
-     ./skip-missing-qml-directory.patch
--
--    # Backport patch recommended by KDE to fix HTTP2 stream corruption issues
--    # FIXME: remove in 6.9.2
--    (fetchpatch {
--      url = "https://invent.kde.org/qt/qt/qtbase/-/commit/904aec2f372e2981af19bf762583a0ef42ec6bb9.diff";
--      hash = "sha256-bSf4TgYUk7Ariu37NHGQKv6wFArVpQLlnHCTbCFzAfI=";
--    })
-   ];
- 
-   postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
-
  ## pkgs/development/libraries/qt-6/modules/qtdeclarative/default.nix ##
 @@
    lib,
@@ pkgs/development/libraries/qt-6/modules/qtwebengine/default.nix
    coreutils,
 -  fetchpatch2,
    flex,
+   git,
    gperf,
-   ninja,
 @@ pkgs/development/libraries/qt-6/modules/qtwebengine/default.nix: qtModule {
  
      # Reproducibility QTBUG-136068
      ./gn-object-sorted.patch
--
+-  ]
+-  ++ lib.optionals stdenv.cc.isClang [
 -    # https://chromium-review.googlesource.com/c/chromium/src/+/6445471
 -    (fetchpatch2 {
 -      url = "https://github.com/chromium/chromium/commit/f8f21fb4aa01f75acbb12abf5ea8c263c6817141.patch?full_index=1";

Hint: The full diffs are also available in the runner logs with slightly better highlighting.

@K900 K900 merged commit eb0bbb9 into NixOS:staging-25.05 Aug 27, 2025
27 of 31 checks passed
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 501-1000 This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 6.topic: python Python is a high-level, general-purpose programming language. 4.workflow: backport This targets a stable branch labels Aug 27, 2025
@nix-owners nix-owners bot requested review from NickCao and outfoxxed August 27, 2025 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.workflow: backport This targets a stable branch 6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 501-1000 This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant