Merge pull request #176401 from amarshall/sway-revert-strictdeps
sway: Disable strictDeps for wrapper
This commit is contained in:
@@ -37,7 +37,7 @@ in symlinkJoin {
|
||||
paths = (optional withBaseWrapper baseWrapper)
|
||||
++ [ sway ];
|
||||
|
||||
strictDeps = true;
|
||||
strictDeps = false;
|
||||
nativeBuildInputs = [ makeWrapper ]
|
||||
++ (optional withGtkWrapper wrapGAppsHook);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user