qt6.wrapQtAppsHook: remove dependencies: qtbase qtwayland
qt6 gui apps: buildInputs: qtbase qtwayland qt6 cli apps: buildInputs: qtbase
This commit is contained in:
@@ -83,9 +83,8 @@ let
|
||||
qtwebsockets = callPackage ./modules/qtwebsockets.nix { };
|
||||
qtwebview = callPackage ./modules/qtwebview.nix { };
|
||||
|
||||
wrapQtAppsHook = makeSetupHook
|
||||
{
|
||||
deps = [ self.qtbase.dev self.qtwayland.dev makeWrapper ];
|
||||
wrapQtAppsHook = makeSetupHook {
|
||||
deps = [ makeWrapper ];
|
||||
} ./hooks/wrap-qt-apps-hook.sh;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user