GNU bug report logs - #41964
[PATCH 0/2] Add pass-tomb.

Previous Next

Package: guix-patches;

Reported by: Brice Waegeneire <brice <at> waegenei.re>

Date: Sat, 20 Jun 2020 15:10:01 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Brice Waegeneire <brice <at> waegenei.re>
Cc: 41964 <at> debbugs.gnu.org
Subject: [bug#41964] [PATCH 2/2] gnu: Add 'pass-tomb'.
Date: Fri, 17 Jul 2020 20:52:43 +0200
[Message part 1 (text/plain, inline)]
On Sat, 20 Jun 2020 17:11:11 +0200
Brice Waegeneire <brice <at> waegenei.re> wrote:

> +       #:phases
> +       (modify-phases %standard-phases
> +         (add-after 'unpack 'set-tomb-path
> +           (lambda* (#:key inputs #:allow-other-keys)
> +             (let ((tomb (assoc-ref inputs "tomb")))
> +               (substitute* "tomb.bash"
> +                 ((":-tomb")
> +                  (string-append ":-" tomb "/bin/tomb"))))))

Phase should end in #t.
[Message part 2 (application/pgp-signature, inline)]

This bug report was last modified 5 years and 27 days ago.

Previous Next


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