unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61526] [PATCH] gnu: distrobox: Skip substitution in man pages.
@ 2023-02-15  5:01 Michael Rohleder
  2023-02-18 11:50 ` bug#61526: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2023-02-15  5:01 UTC (permalink / raw)
  To: 61526; +Cc: Michael Rohleder

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61526: [PATCH] gnu: distrobox: Skip substitution in man pages.
  2023-02-15  5:01 [bug#61526] [PATCH] gnu: distrobox: Skip substitution in man pages Michael Rohleder
@ 2023-02-18 11:50 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-02-18 11:50 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 61526-done

Hello,

Michael Rohleder <mike@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-18 11:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15  5:01 [bug#61526] [PATCH] gnu: distrobox: Skip substitution in man pages Michael Rohleder
2023-02-18 11:50 ` bug#61526: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).