GNU bug report logs - #33064
[PATCH 1/1] gnu: Add enchive

Previous Next

Package: guix-patches;

Reported by: Nicolò Balzarotti <anothersms <at> gmail.com>

Date: Tue, 16 Oct 2018 15:56:03 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolò Balzarotti <nicolo <at> nixo.xyz>
To: Ludovic Courtès <ludo <at> gnu.org>, Nicolò Balzarotti <anothersms <at> gmail.com>
Cc: 33064-done <at> debbugs.gnu.org
Subject: [bug#33064] [PATCH 1/1] gnu: Add enchive
Date: Sat, 20 Oct 2018 02:10:29 +0200
[Message part 1 (text/plain, inline)]
Thanks! This was the first one, but many more are coming :)

I'll try to be more careful when linting (also, I didn't notice the 
commit message previously)

Thanks again :)

On 10/19/18 11:01 PM, Ludovic Courtès wrote:
> Hello Nicolò,
>
> Nicolò Balzarotti <anothersms <at> gmail.com> skribis:
>
>> From: nixo <nicolo <at> nixo.xyz>
>>
>> ---
>>   gnu/packages/crypto.scm | 32 ++++++++++++++++++++++++++++++++
>>   1 file changed, 32 insertions(+)
> Applied with the minor changes below reported by ‘guix lint’ and in the
> build log.  I also added a commit log that follows our conventions.
>
> Thank you, and welcome! :-)
>
> Ludo’.
>
>
> diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
> index 08faccfa1..77b4dba6d 100644
> --- a/gnu/packages/crypto.scm
> +++ b/gnu/packages/crypto.scm
> @@ -866,7 +866,8 @@ cannot sign messages in OpenBSD format yet.")
>                                     version ".tar.gz"))
>                 (sha256
>                  (base32
> -                "17hrxpp4cpn10bk48sfvfjc8hghky34agsnypam1v9f36kbalqfk"))))
> +                "17hrxpp4cpn10bk48sfvfjc8hghky34agsnypam1v9f36kbalqfk"))
> +              (file-name (string-append name "-" version ".tar.gz"))))
>       (build-system gnu-build-system)
>       (arguments
>        '(#:tests? #f                      ; no check target         '
> @@ -877,7 +878,8 @@ cannot sign messages in OpenBSD format yet.")
>                       (lambda _
>                         (let* ((out (assoc-ref %outputs "out"))
>                                (lisp (string-append out "/share/emacs/site-lisp")))
> -                        (install-file "enchive-mode.el" lisp)))))))
> +                        (install-file "enchive-mode.el" lisp)
> +                        #t))))))
>       (synopsis "Encrypted personal archives")
>       (description
>        "Enchive is a tool to encrypt files to yourself for long-term
[Message part 2 (text/html, inline)]

This bug report was last modified 6 years and 276 days ago.

Previous Next


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