mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: sway: Update to 1.8.
* gnu/packages/wm.scm (sway): Update to 1.8. [inputs]: Add pcre2. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
d646c2937b
commit
6b712a0918
1 changed files with 3 additions and 2 deletions
|
@ -1596,7 +1596,7 @@ (define-public wlroots
|
||||||
(define-public sway
|
(define-public sway
|
||||||
(package
|
(package
|
||||||
(name "sway")
|
(name "sway")
|
||||||
(version "1.7")
|
(version "1.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1605,7 +1605,7 @@ (define-public sway
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ss3l258blyf2d0lwd7pi7ga1fxfj8pxhag058k7cmjhs3y30y5l"))))
|
(base32 "17dqr2lkmcv2ssp7vky27zw599i77whpb1aqh1s6kl8a8vkrz6mg"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; elogind is propagated by wlroots -> libseat
|
`(;; elogind is propagated by wlroots -> libseat
|
||||||
|
@ -1634,6 +1634,7 @@ (define-public sway
|
||||||
libinput-minimal
|
libinput-minimal
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
pango
|
pango
|
||||||
|
pcre2
|
||||||
swaybg
|
swaybg
|
||||||
wayland
|
wayland
|
||||||
wlroots))
|
wlroots))
|
||||||
|
|
Loading…
Reference in a new issue