GNU bug report logs - #61526
[PATCH] gnu: distrobox: Skip substitution in man pages.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Wed, 15 Feb 2023 05:04:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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: Michael Rohleder <mike <at> rohleder.de>
Subject: bug#61526: closed (Re: [bug#61526] [PATCH] gnu: distrobox: Skip
 substitution in man pages.)
Date: Sat, 18 Feb 2023 11:51:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61526: [PATCH] gnu: distrobox: Skip substitution in man pages.

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 61526 <at> debbugs.gnu.org.

-- 
61526: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61526
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 61526-done <at> debbugs.gnu.org
Subject: Re: [bug#61526] [PATCH] gnu: distrobox: Skip substitution in man
 pages.
Date: Sat, 18 Feb 2023 12:50:20 +0100
Hello,

Michael Rohleder <mike <at> rohleder.de> writes:

> * gnu/packages/containers.scm (distrobox)[arguments]: Change refer-to-inputs
> phase to not substitute in man pages.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: distrobox: Skip substitution in man pages.
Date: Wed, 15 Feb 2023 06:01:56 +0100
* gnu/packages/containers.scm (distrobox)[arguments]: Change refer-to-inputs
phase to not substitute in man pages.
---
 gnu/packages/containers.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 3982f4f059..272b67c38d 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -176,7 +176,7 @@ (define-public distrobox
            #~(modify-phases %standard-phases
                (add-before 'install 'refer-to-inputs
                  (lambda* (#:key inputs #:allow-other-keys)
-                   (substitute* (find-files "." "^distrobox.*")
+                   (substitute* (find-files "." "^distrobox.*[^1]$")
                      (("podman") (search-input-file inputs "/bin/podman"))
                      (("wget") (search-input-file inputs "/bin/wget"))
                      (("command -v") "test -x"))))

base-commit: c0e9ddfa290056f137ee21a53be6be4fbb8586ea
-- 
2.39.1




This bug report was last modified 2 years and 94 days ago.

Previous Next


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