GNU bug report logs -
#33064
[PATCH 1/1] gnu: Add enchive
Previous Next
Full log
View this message in rfc822 format
[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.