qt6.wrapQtAppsNoGuiHook: init

Unlike wrapQtAppsHook, wrapQtAppsNoGuiHook does not propagate qtwayland,
to reduce closure size for CLI or other non-GUI applications.

Co-authored-by: eclairevoyant <contactmeongithubinstead@proton.me>
This commit is contained in:
rewine
2024-11-07 21:57:16 +02:00
committed by Artturin
co-authored by eclairevoyant
parent ae4fd669e4
commit b7cd0d3c88
@@ -172,6 +172,14 @@ let
} ./hooks/wrap-qt-apps-hook.sh)
{ };
wrapQtAppsNoGuiHook = callPackage
({ makeBinaryWrapper }: makeSetupHook
{
name = "wrap-qt6-apps-no-gui-hook";
propagatedBuildInputs = [ makeBinaryWrapper ];
} ./hooks/wrap-qt-apps-hook.sh)
{ };
qmake = callPackage
({ qtbase }: makeSetupHook
{