mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -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
|
||||
(package
|
||||
(name "sway")
|
||||
(version "1.7")
|
||||
(version "1.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1605,7 +1605,7 @@ (define-public sway
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ss3l258blyf2d0lwd7pi7ga1fxfj8pxhag058k7cmjhs3y30y5l"))))
|
||||
(base32 "17dqr2lkmcv2ssp7vky27zw599i77whpb1aqh1s6kl8a8vkrz6mg"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(;; elogind is propagated by wlroots -> libseat
|
||||
|
@ -1634,6 +1634,7 @@ (define-public sway
|
|||
libinput-minimal
|
||||
libxkbcommon
|
||||
pango
|
||||
pcre2
|
||||
swaybg
|
||||
wayland
|
||||
wlroots))
|
||||
|
|
Loading…
Reference in a new issue