gnu: waypipe: Update to 0.8.1

* gnu/packages/freedesktop.scm (waypipe): Update to 0.8.1.
[arguments]: Remove obsolete 'fix-sleep-path phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Robby Zambito 2021-10-19 22:19:37 -04:00 committed by Ludovic Courtès
parent d0850dbd34
commit 91bb0955d9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2436,7 +2436,7 @@ (define-public xdg-desktop-portal-wlr
(define-public waypipe (define-public waypipe
(package (package
(name "waypipe") (name "waypipe")
(version "0.8.0") (version "0.8.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2445,15 +2445,8 @@ (define-public waypipe
(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 "1qa47ljfvb1vv3h647xwn1j5j8gfmcmdfaz4j8ygnkvj36y87vnz")))) (base32 "1v08dv3dfz420v51ahz7qgv3429073kmgrf8f66s4c3jlpch2pa1"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-sleep-path
(lambda* (#:key #:allow-other-keys)
(substitute* "./test/startup_failure.py"
(("sleep") (which "sleep"))))))))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("scdoc" ,scdoc) ("scdoc" ,scdoc)