gnu: mako: Update to 1.10.0.

* gnu/packages/wm.scm (mako): Update to 1.10.0.
[arguments]: Remove, not necessary anymore.
[inputs]: Remove jq.

Change-Id: I166ce8d6c0a99a5a34a35f6d6e47ca666d650b43
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Ashish SHUKLA 2025-03-16 16:08:52 +01:00 committed by Ludovic Courtès
parent c5b28a3d4a
commit 3a2c4a76af
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2583,7 +2583,7 @@ core/thread.")
(define-public mako
(package
(name "mako")
(version "1.9.0")
(version "1.10.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2592,24 +2592,9 @@ core/thread.")
(file-name (git-file-name name version))
(sha256
(base32
"0wcyhnpah1g5qpixfwlpybsjcl22iv39jrxlbi84xv2gfyi2vmj2"))))
"0hv083k3gp1gl2gxi91f2xf21hcn33z68j6r5844hzi7g8wwmp9v"))))
(build-system meson-build-system)
(arguments
(list #:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-makoctl
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "makoctl"
(("^BUSCTL=.*$")
(string-append
"BUSCTL="
(search-input-file inputs "bin/basuctl")
"\n"))
(("jq ")
(string-append
(search-input-file inputs "bin/jq")
" "))))))))
(inputs (list basu cairo gdk-pixbuf jq pango wayland))
(inputs (list basu cairo gdk-pixbuf pango wayland))
(native-inputs (list pkg-config scdoc wayland-protocols))
(home-page "https://wayland.emersion.fr/mako")
(synopsis "Lightweight Wayland notification daemon")