me
/
guix
Archived
1
0
Fork 0

gnu: fnott: Update to 1.6.0.

* gnu/packages/wm.scm (fnott): Update to 1.6.0.
[arguments]<#:phases>: Patch dbus service file install directory.

Change-Id: I0a64c93b0e1ed43f101cb5a77ecfce5025a2b4b0
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
master
dan 2024-05-22 00:13:39 +08:00 committed by Zheng Junjie
parent 327a1f0779
commit 9523b968d5
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 9 additions and 3 deletions

View File

@ -1154,7 +1154,7 @@ the XDG Autostart specification.")
(define-public fnott
(package
(name "fnott")
(version "1.4.1")
(version "1.6.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1163,9 +1163,15 @@ the XDG Autostart specification.")
(file-name (git-file-name name version))
(sha256
(base32
"0fmjvmsm2ikcmdzrf6xwyq6vxb9p1dd3bhvz3bvi7q7rb2g8h8pi"))))
"04g1d0app9lpvzq3gxs7qjkd9zgbrmlvfy2n3h464r46j0wpgsx2"))))
(build-system meson-build-system)
(arguments `(#:build-type "release"))
(arguments `(#:build-type "release"
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-dbus-install-dir
(lambda _
(substitute* "dbus/meson.build"
(("^.*pkgconfig.*$") "")))))))
(native-inputs
(list pkg-config
wayland-protocols