Merge pull request #176401 from amarshall/sway-revert-strictdeps

sway: Disable strictDeps for wrapper
This commit is contained in:
Artturi 2022-06-05 18:30:23 +03:00 committed by GitHub
commit 8252bbef86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);