3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 4d0a3ed2e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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