kdePackages.sddm: wrap with strictDeps (#418103)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user