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:
parent
3f6e006387
commit
935aa9e369
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user