kdePackages.sddm: wrap with strictDeps (#418103)

This commit is contained in:
K900
2025-06-19 11:18:10 +03:00
committed by GitHub
@@ -21,6 +21,8 @@ runCommand "sddm-wrapped"
++ lib.optional (withWayland && withLayerShellQt) layer-shell-qt;
nativeBuildInputs = [ wrapQtAppsHook ];
strictDeps = true;
passthru = {
inherit unwrapped;
inherit (unwrapped.passthru) tests;