GNU bug report logs - #51299
[PATCH 2/2] gnu: waypipe: Update to 0.8.1

Previous Next

Package: guix-patches;

Reported by: Robby Zambito <contact <at> robbyzambito.me>

Date: Wed, 20 Oct 2021 02:28:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Robby Zambito <contact <at> robbyzambito.me>
Subject: bug#51299: closed (Re: bug#51299: [PATCH 2/2] gnu: waypipe:
 Update to 0.8.1)
Date: Thu, 28 Oct 2021 18:49:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#51299: [PATCH 2/2] gnu: waypipe: Update to 0.8.1

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 51299 <at> debbugs.gnu.org.

-- 
51299: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51299
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Robby Zambito <contact <at> robbyzambito.me>
Cc: 51299-done <at> debbugs.gnu.org
Subject: Re: bug#51299: [PATCH 2/2] gnu: waypipe: Update to 0.8.1
Date: Thu, 28 Oct 2021 20:47:42 +0200
Robby Zambito <contact <at> robbyzambito.me> skribis:

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

Applied, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Robby Zambito <contact <at> robbyzambito.me>
To: guix-patches <at> gnu.org
Cc: Robby Zambito <contact <at> robbyzambito.me>
Subject: [PATCH 2/2] gnu: waypipe: Update to 0.8.1
Date: Tue, 19 Oct 2021 22:19:37 -0400
* gnu/packages/freedesktop.scm (waypipe): Update to 0.8.1.
[arguments]: Remove obsolete 'fix-sleep-path phase.
---
 gnu/packages/freedesktop.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index eb19552746..9e28afe81a 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2439,7 +2439,7 @@ compositors.")
 (define-public waypipe
   (package
     (name "waypipe")
-    (version "0.8.0")
+    (version "0.8.1")
     (source
      (origin
        (method git-fetch)
@@ -2448,15 +2448,8 @@ compositors.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qa47ljfvb1vv3h647xwn1j5j8gfmcmdfaz4j8ygnkvj36y87vnz"))))
+        (base32 "1v08dv3dfz420v51ahz7qgv3429073kmgrf8f66s4c3jlpch2pa1"))))
     (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
      `(("pkg-config" ,pkg-config)
        ("scdoc" ,scdoc)
-- 
2.33.1




This bug report was last modified 3 years and 207 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.