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
main
Niko Strijbol 2 years ago
parent 4c6f337c48
commit 5f7a91e49b
No known key found for this signature in database
GPG Key ID: 1A8AEBABD9012251
  1. 4
      pkgs/applications/misc/gramps/default.nix

@ -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…
Cancel
Save