We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4606b commit f43a2aaCopy full SHA for f43a2aa
1 file changed
pkgs/top-level/qt6-packages.nix
@@ -147,5 +147,15 @@ makeScopeWithSplicing' {
147
148
wayqt = callPackage ../development/libraries/wayqt { };
149
}
150
+ // lib.optionalAttrs config.allowAliases {
151
+ qwlroots = throw ''
152
+ 'qt6Packages.qwlroots' has been removed because it has been merged into treeland upstream.
153
+ The upstream no longer provides it as a standalone development library.
154
+ ''; # Added 2025-02-07
155
+ waylib = throw ''
156
+ 'qt6Packages.waylib' has been removed because it has been merged into treeland upstream.
157
158
159
+ }
160
);
161
0 commit comments