GNU bug report logs -
#57326
[PATCH 0/7] gnu: Add hydroxide.
Previous Next
Reported by: Cairn <cairn <at> pm.me>
Date: Sun, 21 Aug 2022 21:44:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Mon Aug 22, 2022 at 12:44 AM BST, Cairn via Guix-patches via wrote:
> +(define-public hydroxide
> + (let ((commit "4c32801c34b75696003ef534fc718d86787f8048")
> + (revision "8"))
Change to revision 0.
> + (arguments
> + `(#:import-path "github.com/emersion/hydroxide/cmd/hydroxide"
> + #:unpack-path "github.com/emersion/hydroxide"))
Use list style.
> + (inputs (list go-github-com-protonmail-go-crypto
> + go-github-com-boltdb-bolt
> + go-github-com-emersion-go-bcrypt
> + go-github-com-emersion-go-imap
> + go-github-com-emersion-go-mbox
> + go-github-com-emersion-go-message
> + go-github-com-emersion-go-smtp
> + go-github-com-emersion-go-vcard
> + go-github-com-emersion-go-webdav
> + go-golang-org-x-term))
Convert to something like:
(inputs
(list go-github-com-protonmail-go-crypto
...))
> + (description "This CLI tool is an alternative to the official
> +Proton Mail Bridge. It allows you to use your preferred e-mail
> +clients and git-send-email with Proton Mail.")
(description
"This package provides an alternative client for the ProtonMail
Bridge. It allows you to use SMTP and IMAP email clients with a
ProtonMail account.")
-- (
This bug report was last modified 358 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.