emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#36209: closed ([PATCH 0/3] Add gramps and dependen


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36209: closed ([PATCH 0/3] Add gramps and dependencies)
Date: Wed, 26 Jun 2019 13:57:02 +0000

Your message dated Wed, 26 Jun 2019 15:56:06 +0200
with message-id <address@hidden>
and subject line Re: [bug#36209] [PATCH 3/3] gnu: Add gramps
has caused the debbugs.gnu.org bug report #36209,
regarding [PATCH 0/3] Add gramps and dependencies
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36209: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36209
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/3] Add gramps and dependencies Date: Fri, 14 Jun 2019 19:27:48 +0200
This patch series adds the Gramps genealogy program.




--- End Message ---
--- Begin Message --- Subject: Re: [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)

--- End Message ---

reply via email to

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