mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: labwc: Update to 0.6.5.
* gnu/packages/wm.scm (labwc): Update to 0.6.5. [inputs]: Add librsvg. Change-Id: I2812e78aa5ee6e2a19ed5e8756aac0e0f83610db Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
85451b38dd
commit
500eee9c84
1 changed files with 3 additions and 2 deletions
|
@ -2943,7 +2943,7 @@ (define-public libucl
|
||||||
(define-public labwc
|
(define-public labwc
|
||||||
(package
|
(package
|
||||||
(name "labwc")
|
(name "labwc")
|
||||||
(version "0.6.4")
|
(version "0.6.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2952,13 +2952,14 @@ (define-public labwc
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00ajr7s8qywdfa9vhlfc02p1wwdcqaaa09pm1im9w6mrvb904lzh"))))
|
"04401k1i6b9s2v6mbhw5llla8fdpkhmgz826iva246iqch9z20lx"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config gettext-minimal scdoc))
|
(list pkg-config gettext-minimal scdoc))
|
||||||
(inputs
|
(inputs
|
||||||
(list cairo
|
(list cairo
|
||||||
glib
|
glib
|
||||||
|
librsvg
|
||||||
libxcb
|
libxcb
|
||||||
libxml2
|
libxml2
|
||||||
pango
|
pango
|
||||||
|
|
Loading…
Reference in a new issue