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:
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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user