forked from mirrors/nixpkgs
Merge pull request #161708 from niknetniko/bump/gramps
This commit is contained in:
commit
1c1ff479b3
|
@ -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 a new issue