GNU bug report logs - #75885
[PATCH] gnu: rofi-pass-wayland

Previous Next

Package: guix-patches;

Reported by: Jake Koroman <jakekoroman <at> proton.me>

Date: Mon, 27 Jan 2025 05:23:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75885 in the body.
You can then email your comments to 75885 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75885; Package guix-patches. (Mon, 27 Jan 2025 05:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jake Koroman <jakekoroman <at> proton.me>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 27 Jan 2025 05:23:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jake Koroman <jakekoroman <at> proton.me>
To: guix-patches <at> gnu.org
Cc: Jake Koroman <jakekoroman <at> proton.me>
Subject: [PATCH] gnu: rofi-pass-wayland
Date: Mon, 27 Jan 2025 03:05:16 +0000
* gnu/packages/password-utils.scm (rofi-pass-wayland): Removed doubled /etc substitute.

The substitute is wrong here as it is already being inherited from the rofi-pass package.
This causes the substitute to run twice and cause an error in the outputted config file.

Change-Id: I61d7ed4f9f84903aef2a21a3bc5ca3e65a092577
---
 gnu/packages/password-utils.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 0a3711b..81758ce 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1073,10 +1073,7 @@ (define-public rofi-pass-wayland
                        (("#clibpoard_backend=xclip")
                         "clipboard_backend=wl-clipboard")
                        (("#backend=xdotool")
-                        "backend=wtype"))
-                     (substitute* "rofi-pass"
-                       (("/etc")
-                        (string-append #$output "/etc")))))
+                        "backend=wtype"))))
             ;; Use Wayland related tools instead.
             (replace 'wrap-path
               (lambda* (#:key inputs #:allow-other-keys)

base-commit: 5133fe25d4c105ce4bdc7134bc585a1f673d8a8b
-- 
2.47.1






Information forwarded to guix-patches <at> gnu.org:
bug#75885; Package guix-patches. (Sun, 02 Feb 2025 13:59:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: Jake Koroman via Guix-patches via <guix-patches <at> gnu.org>,
 75885 <at> debbugs.gnu.org
Cc: Jake Koroman <jakekoroman <at> proton.me>
Subject: Re: [bug#75885] [PATCH] gnu: rofi-pass-wayland
Date: Sun, 02 Feb 2025 14:58:33 +0100
On 2025-01-27 03:05, Jake Koroman via Guix-patches via wrote:

> * gnu/packages/password-utils.scm (rofi-pass-wayland): Removed doubled
> /etc substitute.

Hi Jake, welcome!
Maybe you could be a little more precise, like that :

[arguments]<#:phases>: Remove code doubling /etc prefix in phase
'set-wayland-defaults.

But that's not a blocker to me.  Tested, marking as LGTM.

-- 
Best regards,
Nicolas Graves




Information forwarded to guix-patches <at> gnu.org:
bug#75885; Package guix-patches. (Sun, 02 Feb 2025 13:59:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#75885; Package guix-patches. (Sun, 02 Feb 2025 14:46:01 GMT) Full text and rfc822 format available.

Message #14 received at 75885 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: control <at> debbugs.gnu.org,75885 <at> debbugs.gnu.org
Subject: QA review for 75885
Date: Sun, 02 Feb 2025 15:45:06 +0100
user guix
usertag 75885 + reviewed-looks-good
thanks

Guix QA review form submission:
The commit message could be more precise, but is acceptable IMO. I can confirm the fix claimed indeed happens.

Items marked as checked: Lint warnings, Package builds, Commit messages

-- 
Best regards,
Nicolas Graves




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Sun, 02 Feb 2025 21:56:02 GMT) Full text and rfc822 format available.

Notification sent to Jake Koroman <jakekoroman <at> proton.me>:
bug acknowledged by developer. (Sun, 02 Feb 2025 21:56:02 GMT) Full text and rfc822 format available.

Message #19 received at 75885-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Nicolas Graves <ngraves <at> ngraves.fr>, Jake Koroman <jakekoroman <at> proton.me>
Cc: 75885-done <at> debbugs.gnu.org
Subject: Re: [bug#75885] QA review for 75885
Date: Sun, 2 Feb 2025 16:55:05 -0500
On Sun, Feb 02, 2025 at 03:45:06PM +0100, Nicolas Graves via Guix-patches via wrote:
> user guix
> usertag 75885 + reviewed-looks-good
> thanks
> 
> Guix QA review form submission:
> The commit message could be more precise, but is acceptable IMO. I can confirm the fix claimed indeed happens.
> 
> Items marked as checked: Lint warnings, Package builds, Commit messages

Thanks Jake, for identifying the bug and sending a patch to fix it!

I pushed your patch as commit ad59a0c88bac673e1267d928fdfe2e83858d2839
after rewriting the commit message to follow our format and be a little
more informative (in my opinion):

https://git.savannah.gnu.org/cgit/guix.git/commit/?id=ad59a0c88bac673e1267d928fdfe2e83858d2839

Nicolas, thanks for the review!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 03 Mar 2025 12:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 166 days ago.

Previous Next


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