mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: mako: Update to 1.7.1.
* gnu/packages/wm.scm (mako): Update to 1.7.1. [inputs]: Replace elogind with basu. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
a44a762a51
commit
b8b8df9122
1 changed files with 3 additions and 3 deletions
|
@ -1776,7 +1776,7 @@ (define-public wlr-randr
|
||||||
(define-public mako
|
(define-public mako
|
||||||
(package
|
(package
|
||||||
(name "mako")
|
(name "mako")
|
||||||
(version "1.6")
|
(version "1.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1785,9 +1785,9 @@ (define-public mako
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vbx2r01rq3r9zc6kflah44ms1fzf4z857zmq3qxnfsyjdkz1hs5"))))
|
(base32 "0vpar1a7zafkd2plmyaackgba6fyg35s9zzyxmj8j7v2q5zxirgz"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs (list cairo elogind gdk-pixbuf pango wayland))
|
(inputs (list basu cairo gdk-pixbuf pango wayland))
|
||||||
(native-inputs (list pkg-config scdoc wayland-protocols))
|
(native-inputs (list pkg-config scdoc wayland-protocols))
|
||||||
(home-page "https://wayland.emersion.fr/mako")
|
(home-page "https://wayland.emersion.fr/mako")
|
||||||
(synopsis "Lightweight Wayland notification daemon")
|
(synopsis "Lightweight Wayland notification daemon")
|
||||||
|
|
Loading…
Reference in a new issue