Merge pull request #169919 from fgaz/minigalaxy/strictDeps

minigalaxy: set strictDeps to false
This commit is contained in:
Bobby Rong
2022-04-24 10:32:36 +08:00
committed by GitHub
@@ -31,6 +31,10 @@ python3Packages.buildPythonApplication rec {
runHook postCheck
'';
# Cannot find GSettings schemas when opening settings,
# probably https://github.com/NixOS/nixpkgs/issues/56943
strictDeps = false;
nativeBuildInputs = [
gettext
wrapGAppsHook