minigalaxy: set strictDeps to false

If set to true, the settings page cannot find GSettings schemas and crashes.
Probably https://github.com/NixOS/nixpkgs/issues/56943
This commit is contained in:
Francesco Gazzetta 2022-04-23 11:18:22 +02:00
parent 3f6e006387
commit 935aa9e369

View file

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