~ruther/guix-local

9523b968d5ac5d500949095fff1aa2bba9d693e0 — dan 1 year, 10 months ago 327a1f0
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>
1 files changed, 9 insertions(+), 3 deletions(-)

M gnu/packages/wm.scm
M gnu/packages/wm.scm => gnu/packages/wm.scm +9 -3
@@ 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