I have just finished adding the aerc email client to Guix 'R Us in these commits: , and . Having used guixrus as a testbed, I now want to upstream the package and its dependencies to Guix proper. I believe this was a commonly-requested package, so it will be nice to finally get it done :) The following is the dependency graph for aerc, after removing duplicate dependencies and those already packaged in Guix: aerc \ go-github-com-zenhack-go-notmuch | go-github-com-creack-pty | go-google-golang-org-protobuf-proto | go-google-golang-org-appengine | go-github-com-xo-terminfo | go-github-com-riywo-loginshell | go-github-com-miolini-datacounter | go-github-com-kyoh86-xdg | go-github-com-go-ini-ini | go-github-com-gatherstars-com-jwz | \ go-github-com-rivo-tview | | \ go-github-com-rivo-uniseq | | | go-github-com-lucasb-eyer-go-colorful | | go-github-com-jhillyerd-enmime | \ go-github-com-ssor-bom | | go-github-com-gogs-chardet | | go-github-com-jaytaylor-html2text | | go-github-com-go-test-deep | | go-github-com-cention-sany-utf7 | go-github-com-emersion-go-imap-sortthread | \ go-github-com-emersion-go-imap | \ go-github-com-emersion-go-sasl | | go-github-com-emersion-go-message | \ go-github-com-emersion-go-textwrapper | go-github-com-emersion-go-pgpmail | \ go-github-com-protonmail-go-crypto-bitcurves | | go-github-com-protonmail-go-crypto-brainpool | | go-github-com-protonmail-go-crypto-eax | | go-github-com-protonmail-go-crypto-internal-byteutil | | go-github-com-protonmail-go-crypto-ocb | | go-github-com-protonmail-go-crypto-openpgp | go-github-com-emersion-go-smtp | go-github-com-arran4-golang-ical | \ go-github-com-niemeyer-pretty | go-git-sr-ht--sircmpwn-getopt which means that I should send them in the following order (so that each commit is atomic): go-github-com-zenhack-go-notmuch go-github-com-creack-pty go-google-golang-org-protobuf-proto go-google-golang-org-appengine go-github-com-xo-terminfo go-github-com-riywo-loginshell go-github-com-miolini-datacounter go-github-com-kyoh86-xdg go-github-com-go-ini-ini go-github-com-lucasb-eyer-go-colorful go-github-com-rivo-uniseq go-github-com-rivo-tview go-github-com-ssor-bom go-github-com-gogs-chatdet go-github-com-jaytaylor-html2text go-github-com-go-test-deep go-github-com-cention-sany-utf7 go-github-com-jhillyerd-enmime go-github-com-gatherstars-com-jwz go-github-com-emersion-go-textwrapper go-github-com-emersion-go-message go-github-com-emersion-go-sasl go-github-com-emersion-go-imap go-github-com-emersion-go-imap-sortthread go-github-com-protonmail-go-crypto-bitcurves go-github-com-protonmail-go-crypto-brainpool go-github-com-protonmail-go-crypto-eax go-github-com-protonmail-go-crypto-internal-byteutil go-github-com-protonmail-go-crypto-ocb go-github-com-protonmail-go-crypto-openpgp go-github-com-emersion-go-pgpmail go-github-com-emersion-go-smtp go-github-com-niemeyer-pretty go-github-com-arran4-golang-ical go-git-sr-ht--sircmpwn-getopt aerc