diff options
| author | K900 <me@0upti.me> | 2025-11-15 10:00:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-15 10:00:15 +0000 |
| commit | 119a33d6624edd8ff4c84614e2741226b5a1e872 (patch) | |
| tree | a73c8b12c31efbd3bfb09de2c9e6fdff6d8cdfff /doc/languages-frameworks | |
| parent | Merge remote-tracking branch 'origin/staging-next' into staging (diff) | |
| parent | qt6.wrapQtAppsHook: don't include qtwayland (diff) | |
| download | nixpkgs-119a33d6624edd8ff4c84614e2741226b5a1e872.tar.gz | |
qt6.wrapQtAppsHook: don't include qtwayland (#450591)
Diffstat (limited to 'doc/languages-frameworks')
| -rw-r--r-- | doc/languages-frameworks/qt.section.md | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/languages-frameworks/qt.section.md b/doc/languages-frameworks/qt.section.md index dbd08fb58718..bd1652d9effb 100644 --- a/doc/languages-frameworks/qt.section.md +++ b/doc/languages-frameworks/qt.section.md @@ -25,15 +25,7 @@ stdenv.mkDerivation { The same goes for Qt 5 where libraries and tools are under `libsForQt5`. -Any Qt package should include `wrapQtAppsHook` or `wrapQtAppsNoGuiHook` in `nativeBuildInputs`, or explicitly set `dontWrapQtApps` to bypass generating the wrappers. - -::: {.note} - -`wrapQtAppsHook` propagates plugins and QML components from `qtwayland` on platforms that support it, to allow applications to act as native Wayland clients. It should be used for all graphical applications. - -`wrapQtAppsNoGuiHook` does not propagate `qtwayland` to reduce closure size for purely command-line applications. - -::: +Any Qt package should include `wrapQtAppsHook` in `nativeBuildInputs`, or explicitly set `dontWrapQtApps` to bypass generating the wrappers. ## Packages supporting multiple Qt versions {#qt-versions} |
