guix-patches
[Top][All Lists]
Advanced

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

[bug#37281] [PATCH 18/19] gnu: orage: Fix build.


From: L p R n d n
Subject: [bug#37281] [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






reply via email to

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