Skip to content

Commit f43a2aa

Browse files
committed
qt6Packages: add aliases for dropped packages
1 parent 8b4606b commit f43a2aa

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pkgs/top-level/qt6-packages.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,15 @@ makeScopeWithSplicing' {
147147

148148
wayqt = callPackage ../development/libraries/wayqt { };
149149
}
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+
The upstream no longer provides it as a standalone development library.
158+
''; # Added 2025-02-07
159+
}
150160
);
151161
}

0 commit comments

Comments
 (0)