summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/gramps/default.nix
diff options
context:
space:
mode:
authorBryan Gardiner <bog@khumba.net>2021-01-03 05:34:37 -0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2021-01-03 15:59:22 +0100
commitd35b77a922e07090832647bbc5530263309c2144 (patch)
treedd38e21fe7338a4d4d079ff078ade0484e70ccbd /pkgs/applications/misc/gramps/default.nix
parentefa604c139aeeb6de9710591a385e85035101e8c (diff)
gramps: move intltool from buildInputs to nativeBuildInputs
When intltool is in buildInputs, setup.py reports: No intltool or version < 0.25.0, build_intl is aborting which prevents Gramps's desktop and MIME (and AppData) entries from being generated and installed. When intltool is moved to nativeBuildInputs, these files are installed under share/ as expected.
Diffstat (limited to 'pkgs/applications/misc/gramps/default.nix')
-rw-r--r--pkgs/applications/misc/gramps/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/gramps/default.nix b/pkgs/applications/misc/gramps/default.nix
index 1ef00efaf7b4..6d28abb737f5 100644
--- a/pkgs/applications/misc/gramps/default.nix
+++ b/pkgs/applications/misc/gramps/default.nix
@@ -12,8 +12,8 @@ in buildPythonApplication rec {
version = "5.1.3";
pname = "gramps";
- nativeBuildInputs = [ wrapGAppsHook gettext ];
- buildInputs = [ intltool gtk3 gobject-introspection pango gexiv2 ]
+ nativeBuildInputs = [ wrapGAppsHook intltool gettext ];
+ buildInputs = [ gtk3 gobject-introspection pango gexiv2 ]
# Map support
++ stdenv.lib.optional enableOSM osm-gps-map
# Graphviz support