gnu: sway: Update to 1.5.1.
* gnu/packages/wm.scm (sway): Update to 1.5.1. [native-inputs]: Remove LIBCAP.
This commit is contained in:
parent
f5fb52f147
commit
7fc378aa7b
1 changed files with 9 additions and 11 deletions
|
@ -1391,9 +1391,7 @@ (define-public wlroots
|
|||
(define-public sway
|
||||
(package
|
||||
(name "sway")
|
||||
;; XXX When updating, check whether grim-revert-output-rotation.patch can
|
||||
;; be dropped from the grim package.
|
||||
(version "1.4")
|
||||
(version "1.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1402,7 +1400,7 @@ (define-public sway
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "11qf89y3q92g696a6f4d23qb44gqixg6qxq740vwv2jw59ms34ja"))))
|
||||
(base32 "1xsa3h8zhf29p0mi90baxpr76jkd9pd1gr97ky8cnjbcs4isj9j0"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -1431,8 +1429,8 @@ (define-public sway
|
|||
("swaybg" ,swaybg)
|
||||
("wayland" ,wayland)
|
||||
("wlroots" ,wlroots)))
|
||||
(native-inputs `(("libcap" ,libcap)
|
||||
("linux-pam" ,linux-pam)
|
||||
(native-inputs
|
||||
`(("linux-pam" ,linux-pam)
|
||||
("mesa" ,mesa)
|
||||
("pkg-config" ,pkg-config)
|
||||
("scdoc" ,scdoc)
|
||||
|
@ -1440,7 +1438,7 @@ (define-public sway
|
|||
(home-page "https://github.com/swaywm/sway")
|
||||
(synopsis "Wayland compositor compatible with i3")
|
||||
(description "Sway is a i3-compatible Wayland compositor.")
|
||||
(license license:expat))) ; MIT license
|
||||
(license license:expat)))
|
||||
|
||||
(define-public swayidle
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue