[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/10: gnu: orage: Fix build.
From: |
guix-commits |
Subject: |
06/10: gnu: orage: Fix build. |
Date: |
Mon, 9 Sep 2019 18:35:05 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c629b99e3b3a1db3adccaadd3d9771d7507868b1
Author: L p R n d n <address@hidden>
Date: Mon Sep 2 17:04:50 2019 +0200
gnu: orage: Fix build.
* gnu/packages/xfce.scm (orage)[arguments]: Add phase fixing build with
libical3.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/xfce.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index fddfa74..5d59285 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -981,6 +981,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)
- branch master updated (5fbba84 -> deb0836), guix-commits, 2019/09/09
- 02/10: refresh: Distinguish between "no updater" and "failing updater"., guix-commits, 2019/09/09
- 01/10: packages: 'package-field-location' really catches 'system-error., guix-commits, 2019/09/09
- 06/10: gnu: orage: Fix build.,
guix-commits <=
- 03/10: import: crate: Allow imports of a specific version., guix-commits, 2019/09/09
- 08/10: gnu: monero: Fix detection of readline library., guix-commits, 2019/09/09
- 09/10: gnu: monero: Activate Trezor support., guix-commits, 2019/09/09
- 04/10: gnu: mousepad: Update to 0.4.2., guix-commits, 2019/09/09
- 05/10: gnu: ristretto: Update to 0.10.0., guix-commits, 2019/09/09
- 07/10: gnu: Add copyright header., guix-commits, 2019/09/09
- 10/10: gnu: monero-gui: Update to 0.14.1.2., guix-commits, 2019/09/09