all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: claws-mail: Enable compface.
@ 2017-01-23 22:19 Danny Milosavljevic
  2017-01-24 21:06 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2017-01-23 22:19 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/mail.scm (claws-mail)[inputs]: Add compface.
  [arguments]: Enable compface.
---
 gnu/packages/mail.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index bcb6473d2..9f3d23715 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -769,6 +769,7 @@ compresses it.")
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)))
     (inputs `(("bogofilter" ,bogofilter)
+              ("compface" ,compface)
               ("curl" ,curl)
               ("dbus-glib" ,dbus-glib)
               ("enchant" ,enchant)
@@ -790,7 +791,10 @@ compresses it.")
               ("mime-info" ,shared-mime-info)))
     (arguments
       '(#:configure-flags
-        '("--enable-gnutls" "--enable-pgpmime-plugin" "--enable-enchant")
+        '("--enable-gnutls"
+          "--enable-pgpmime-plugin"
+          "--enable-enchant"
+          "--enable-compface")
         #:phases (modify-phases %standard-phases
                    (add-before 'build 'patch-mime
                      (lambda* (#:key inputs #:allow-other-keys)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: claws-mail: Enable compface.
  2017-01-23 22:19 [PATCH] gnu: claws-mail: Enable compface Danny Milosavljevic
@ 2017-01-24 21:06 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-01-24 21:06 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: guix-devel

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> * gnu/packages/mail.scm (claws-mail)[inputs]: Add compface.
>   [arguments]: Enable compface.

LGTM, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-24 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-23 22:19 [PATCH] gnu: claws-mail: Enable compface Danny Milosavljevic
2017-01-24 21:06 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.