On Thu, Mar 09, 2017 at 01:46:38PM -0500, Leo Famulari wrote:
> Since libical was updated to 2.0.0, the tzdata path substition has had
> no effect due to changes in the upstream source code. [0]
>
> So, libical probably can't find the time zone file, and it doesn't keep
> a reference to tzdata.
>
* gnu/services/base.scm (file-system-shepherd-service): If
not #:needed-for-boot, don't check filesystem even if #:check? .
---
gnu/services/base.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 5298a11f6..2628b718f 10064
* gnu/services/base.scm (file-system-shepherd-service): If
not #:needed-for-boot, don't check filesystem even if #:check? .
---
gnu/services/base.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 5298a11f6..2628b718f 10064
l...@gnu.org (Ludovic Courtès) writes:
> The attached version adds handling of unreadable files and recursion.
> It does not address parsing of quote-delimited options though, but I’m
> tempted to punt on that one.
My worry is that not handling them may lead to hard to debug, guix
specific errors