unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37281] [PATCH 18/19] gnu: orage: Fix build.
@ 2019-09-02 15:04 L p R n d n
  2019-09-09 21:47 ` bug#37281: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: L p R n d n @ 2019-09-02 15:04 UTC (permalink / raw)
  To: 37281

* gnu/packages/xfce.scm (orage)[arguments]: Add phase fixing build with libical3.
---
 gnu/packages/xfce.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index f00ca7102f..524abe1bdf 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -985,6 +985,14 @@ memory usage graphically, and it can display processes as a tree.")
               (sha256
                (base32
                 "0qlhvnl2m33vfxqlbkic2nmfpwyd4mq230jzhs48cg78392amy9w"))))
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'fix-build-with-libical3
+           (lambda* _
+             (substitute* "src/ical-code.c" ;; .is_utc not available in libical3
+               ((".*\\.is_utc.*$") ""))
+             #t)))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)
-- 
2.22.0

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

* bug#37281: [PATCH 18/19] gnu: orage: Fix build.
  2019-09-02 15:04 [bug#37281] [PATCH 18/19] gnu: orage: Fix build L p R n d n
@ 2019-09-09 21:47 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-09-09 21:47 UTC (permalink / raw)
  To: L p R n d n; +Cc: 37281-done

L  p R n  d n <guix@lprndn.info> skribis:

> * gnu/packages/xfce.scm (orage)[arguments]: Add phase fixing build with libical3.

Applied, thanks!

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

end of thread, other threads:[~2019-09-09 21:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-02 15:04 [bug#37281] [PATCH 18/19] gnu: orage: Fix build L p R n d n
2019-09-09 21:47 ` bug#37281: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).