Merge pull request #176401 from amarshall/sway-revert-strictdeps
sway: Disable strictDeps for wrapper
This commit is contained in:
commit
8252bbef86
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ in symlinkJoin {
|
||||||
paths = (optional withBaseWrapper baseWrapper)
|
paths = (optional withBaseWrapper baseWrapper)
|
||||||
++ [ sway ];
|
++ [ sway ];
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = false;
|
||||||
nativeBuildInputs = [ makeWrapper ]
|
nativeBuildInputs = [ makeWrapper ]
|
||||||
++ (optional withGtkWrapper wrapGAppsHook);
|
++ (optional withGtkWrapper wrapGAppsHook);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue