mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: libical: Update to 3.0.14.
* gnu/packages/calendar.scm (libical): Update to 3.0.14. [arguments]: Remove trailing #t's.
This commit is contained in:
parent
a6bc7baa54
commit
ddc538ac32
1 changed files with 4 additions and 6 deletions
|
@ -118,7 +118,7 @@ (define-public date
|
|||
(define-public libical
|
||||
(package
|
||||
(name "libical")
|
||||
(version "3.0.10")
|
||||
(version "3.0.14")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -126,7 +126,7 @@ (define-public libical
|
|||
version "/libical-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1d1nqcfilb4k8bc5x85fhnd26l1ski58wpk2nmds6mlxrzkb6czr"))))
|
||||
"13ycghsi4iv8mnm0xv97bs0x6qvfhdxkw20n3yhcc7bg6n0bg122"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; test suite appears broken
|
||||
|
@ -142,8 +142,7 @@ (define-public libical
|
|||
(substitute* "doc/reference/libical-glib/libical-glib-docs.sgml.in"
|
||||
(("http://www.oasis-open.org/docbook/xml/4.3/")
|
||||
(string-append (assoc-ref inputs "docbook-xml")
|
||||
"/xml/dtd/docbook/")))
|
||||
#t))
|
||||
"/xml/dtd/docbook/")))))
|
||||
(add-before 'configure 'patch-paths
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
;; TODO: libical 3.1.0 supports using TZDIR instead of a hard-coded
|
||||
|
@ -155,8 +154,7 @@ (define-public libical
|
|||
(string-append "\"" tzdata "/share/zoneinfo\""))
|
||||
(("\\\"/usr/lib/zoneinfo\\\",") "")
|
||||
(("\\\"/etc/zoneinfo\\\",") "")
|
||||
(("\\\"/usr/share/lib/zoneinfo\\\"") "")))
|
||||
#t)))))
|
||||
(("\\\"/usr/share/lib/zoneinfo\\\"") ""))))))))
|
||||
(native-inputs
|
||||
(list docbook-xml-4.3
|
||||
gobject-introspection
|
||||
|
|
Loading…
Reference in a new issue