GNU bug report logs - #53920
[PATCH] gnu: lesspipe: Update to 2.02.

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Thu, 10 Feb 2022 16:53:01 UTC

Severity: normal

Tags: moreinfo, patch

Done: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Bug is archived. No further changes may be made.

Full log


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

From: Maxime Devos <maximedevos <at> telenet.be>
To: Hartmut Goebel <h.goebel <at> crazy-compilers.com>, 53920 <at> debbugs.gnu.org
Subject: Re: [bug#53920] [PATCH v3] gnu: lesspipe: Update to 2.03.
Date: Sun, 27 Feb 2022 23:22:27 +0100
[Message part 1 (text/plain, inline)]
Hartmut Goebel schreef op di 22-02-2022 om 19:39 [+0100]:
> +                (substitute* "sxw2txt"
> +                  (("^use warnings;" line)
> +                   (string-append
> +                    line "\nuse lib '" #$perl-archive-zip
> +                    "/lib/perl5/site_perl';")))

To make package transformations work, can #$perl-archive-zip be avoided
here?  Maybe:

(substitute* [...]
  ([...]
   (string-append [...] (assoc-ref inputs "perl-archive-zip") [...])))

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

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

Previous Next


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