qt6.wrapQtAppsHook: remove dependencies: qtbase qtwayland

qt6 gui apps: buildInputs: qtbase qtwayland
qt6 cli apps: buildInputs: qtbase
This commit is contained in:
Milan Hauth
2022-05-27 17:52:55 +02:00
parent 415b71663c
commit e9128a3436
+2 -3
View File
@@ -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;
};