gramps: disable strictDeps
This fixes a crash when opening file pickers in KDE. See #149812 and #56943. See https://nixos.org/manual/nixpkgs/stable/#ssec-gnome-hooks-gobject-introspection
This commit is contained in:
parent
4c6f337c48
commit
5f7a91e49b
@ -55,6 +55,10 @@ in buildPythonApplication rec {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/issues/149812
|
||||
# https://nixos.org/manual/nixpkgs/stable/#ssec-gnome-hooks-gobject-introspection
|
||||
strictDeps = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Genealogy software";
|
||||
homepage = "https://gramps-project.org";
|
||||
|
Loading…
Reference in New Issue
Block a user