forked from mirrors/nixpkgs
Merge pull request #169919 from fgaz/minigalaxy/strictDeps
minigalaxy: set strictDeps to false
This commit is contained in:
commit
4d0a3ed2e8
|
@ -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 a new issue