gnu: libmateweather: Update to 1.18.1.
* gnu/packages/mate.scm (libmateweather): Update to 1.18.1. [arguments]: Remove obsolete "--with-gtk" flag.
This commit is contained in:
parent
3bbdf6415a
commit
d954e569da
|
@ -125,7 +125,7 @@ desktop and the mate-about program.")
|
||||||
(define-public libmateweather
|
(define-public libmateweather
|
||||||
(package
|
(package
|
||||||
(name "libmateweather")
|
(name "libmateweather")
|
||||||
(version "1.16.1")
|
(version "1.18.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://pub.mate-desktop.org/releases/"
|
(uri (string-append "http://pub.mate-desktop.org/releases/"
|
||||||
|
@ -133,12 +133,11 @@ desktop and the mate-about program.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w1b8b1ckmkbvwnqi9yh2lwbskzhz99s5yxdkar5xiqylnjrwmm3"))))
|
"0z6vfh42fv9rqjrraqfpf6h9nd9h662bxy3l3r48j19xvxrwmx3a"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
`("--with-gtk=3.0"
|
(list (string-append "--with-zoneinfo-dir="
|
||||||
,(string-append "--with-zoneinfo-dir="
|
|
||||||
(assoc-ref %build-inputs "tzdata")
|
(assoc-ref %build-inputs "tzdata")
|
||||||
"/share/zoneinfo"))
|
"/share/zoneinfo"))
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Reference in New Issue