GNU bug report logs - #37281
[PATCH 18/19] gnu: orage: Fix build.

Previous Next

Package: guix-patches;

Reported by: L p R n d n <guix <at> lprndn.info>

Date: Mon, 2 Sep 2019 15:06:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#37281: closed ([PATCH 18/19] gnu: orage: Fix build.)
Date: Mon, 09 Sep 2019 21:49:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 09 Sep 2019 23:47:55 +0200
with message-id <87lfuxxhtg.fsf <at> gnu.org>
and subject line Re: [bug#37281] [PATCH 18/19] gnu: orage: Fix build.
has caused the debbugs.gnu.org bug report #37281,
regarding [PATCH 18/19] gnu: orage: Fix build.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
37281: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37281
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: L  p R n  d n <guix <at> lprndn.info>
To: guix-patches <at> gnu.org
Subject: [PATCH 18/19] gnu: orage: Fix build.
Date: Mon,  2 Sep 2019 17:04:50 +0200
* 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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: L p R n d n <guix <at> lprndn.info>
Cc: 37281-done <at> debbugs.gnu.org
Subject: Re: [bug#37281] [PATCH 18/19] gnu: orage: Fix build.
Date: Mon, 09 Sep 2019 23:47:55 +0200
L  p R n  d n <guix <at> lprndn.info> skribis:

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

Applied, thanks!


This bug report was last modified 5 years and 257 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.