guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36209: [PATCH 3/3] gnu: Add gramps


From: Ludovic Courtès
Subject: bug#36209: [PATCH 3/3] gnu: Add gramps
Date: Wed, 26 Jun 2019 15:56:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Guillaume LE VAILLANT <address@hidden> skribis:

> * gnu/packages/genealogy.scm: New file.
> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Applied with the change below suggested by ‘guix lint’.

Thanks!

Ludo’.

diff --git a/gnu/packages/genealogy.scm b/gnu/packages/genealogy.scm
index 0ba29de0fb..2db3fdb918 100644
--- a/gnu/packages/genealogy.scm
+++ b/gnu/packages/genealogy.scm
@@ -51,7 +51,8 @@
          "1jz1fbjj6byndvir7qxzhd2ryirrd5h2kwndxpp53xdc05z1i8g7"))))
     (build-system python-build-system)
     (native-inputs
-     `(("gettext" ,gettext-minimal)))
+     `(("gettext" ,gettext-minimal)
+       ("intltool" ,intltool)))
     (inputs
      `(("font-gnu-freefont-ttf" ,font-gnu-freefont-ttf)
        ("geocode-glib" ,geocode-glib)
@@ -61,7 +62,6 @@
        ("gtk+" ,gtk+)
        ("gtkspell3" ,gtkspell3)
        ("graphviz" ,graphviz)
-       ("intltool" ,intltool)
        ("librsvg" ,librsvg)
        ("osm-gps-map" ,osm-gps-map)
        ("pango" ,pango)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]