unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: 40874@debbugs.gnu.org
Subject: [bug#40874] [PATCH 94/94] gnu: Add sequoia.
Date: Sun, 26 Apr 2020 18:46:13 +0200	[thread overview]
Message-ID: <1293693f3427509e67f15d14962ae632e4d349da.1587919230.git.h.goebel@crazy-compilers.com> (raw)
In-Reply-To: <cover.1587919228.git.h.goebel@crazy-compilers.com>

* gnu/packages/sequoia.scm: New file.
* gnu/local.mk: Add it.
---
 gnu/local.mk             |   1 +
 gnu/packages/sequoia.scm | 162 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 163 insertions(+)
 create mode 100644 gnu/packages/sequoia.scm

diff --git a/gnu/local.mk b/gnu/local.mk
index 9f212434a9..2828d4c367 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -469,6 +469,7 @@ GNU_SYSTEM_MODULES =				\
   %D%/packages/search.scm			\
   %D%/packages/security-token.scm		\
   %D%/packages/selinux.scm			\
+  %D%/packages/sequoia.scm			\
   %D%/packages/serialization.scm		\
   %D%/packages/serveez.scm			\
   %D%/packages/shells.scm			\
diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm
new file mode 100644
index 0000000000..2236be8d8a
--- /dev/null
+++ b/gnu/packages/sequoia.scm
@@ -0,0 +1,162 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2019, 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
+;;;
+;;; This file is part of GNU Guix.
+;;;
+;;; GNU Guix is free software; you can redistribute it and/or modify it
+;;; under the terms of the GNU General Public License as published by
+;;; the Free Software Foundation; either version 3 of the License, or (at
+;;; your option) any later version.
+;;;
+;;; GNU Guix is distributed in the hope that it will be useful, but
+;;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;;; GNU General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU General Public License
+;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
+
+(define-module (gnu packages sequoia)
+  #:use-module (guix build-system cargo)
+  #:use-module (guix download)
+  #:use-module (guix git-download)
+  #:use-module ((guix licenses) #:prefix license:)
+  #:use-module (guix packages)
+  #:use-module (gnu packages)
+  #:use-module (gnu packages check) ;; python-pytest
+  #:use-module (gnu packages crates-io)
+  #:use-module (gnu packages libffi) ;; python-cffi
+  #:use-module (gnu packages llvm)
+  #:use-module (gnu packages multiprecision)
+  #:use-module (gnu packages nettle)
+  #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages python)
+  #:use-module (gnu packages python-xyz) ;; python-setuptools
+  #:use-module (gnu packages serialization)
+  #:use-module (gnu packages sqlite)
+  #:use-module (gnu packages tls))
+
+(define-public sequoia
+  (package
+    (name "sequoia")
+    (version "0.16.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gitlab.com/sequoia-pgp/sequoia.git")
+             (commit (string-append "v" version))))
+       (sha256
+        (base32 "0iwzi2ylrwz56s77cd4vcf89ig6ipy4w6kp2pfwqvd2d00x54dhk"))
+       (file-name (git-file-name name version))))
+    (build-system cargo-build-system)
+    (outputs '("out" "python"))
+    (native-inputs
+     `(("clang" ,clang)
+       ("pkg-config" ,pkg-config)
+       ("python-pytest" ,python-pytest)
+       ("python-pytest-runner" ,python-pytest-runner)))
+    (inputs
+     `(("capnproto" ,capnproto)
+       ("gmp" ,gmp)
+       ("nettle" ,nettle)
+       ("openssl" ,openssl)
+       ("python" ,python)
+       ("python-cffi" ,python-cffi)
+       ("sqlite" ,sqlite)))
+    (arguments
+     `(#:tests? #f ;; building the tests requires 9.7GB total
+       #:cargo-inputs
+       (("rust-assert-cli" ,rust-assert-cli-0.6)
+        ("rust-anyhow" ,rust-anyhow-1.0)
+        ("rust-base64", rust-base64-0.11)
+        ;;("rust-buffered-reader" included
+        ("rust-bzip2", rust-bzip2-0.3)
+        ("rust-capnp" ,rust-capnp-0.10)
+        ("rust-capnp-rpc" ,rust-capnp-rpc-0.10)
+        ("rust-capnpc" ,rust-capnpc-0.10)
+        ("rust-chrono" ,rust-chrono-0.4)
+        ("rust-clap" ,rust-clap-2)
+        ("rust-clap" ,rust-clap-2)
+        ("rust-colored" ,rust-colored-1)
+        ("rust-crossterm" ,rust-crossterm-0.13)
+        ("rust-ctor", rust-ctor-0.1)
+        ("rust-dirs" ,rust-dirs-2.0)
+        ;;("rust-failure" included
+        ("rust-filetime" ,rust-filetime-0.2)
+        ("rust-flate2", rust-flate2-1.0)
+        ("rust-fs2" ,rust-fs2-0.4)
+        ("rust-futures" ,rust-futures-0.1)
+        ("rust-http" ,rust-http-0.1)
+        ("rust-hyper" ,rust-hyper-0.12)
+        ("rust-hyper-tls" ,rust-hyper-tls-0.3)
+        ("rust-idna", rust-idna-0.2)
+        ("rust-itertools" ,rust-itertools-0.8)
+        ("rust-lalrpop-util", rust-lalrpop-util-0.17)
+        ("rust-lazy-static", rust-lazy-static-1.3)
+        ("rust-libc" ,rust-libc-0.2)
+        ("rust-memsec", rust-memsec-0.5)
+        ("rust-native-tls" ,rust-native-tls-0.2)
+        ("rust-nettle", rust-nettle-7)
+        ("rust-parity-tokio-ipc" ,rust-parity-tokio-ipc-0.4)
+        ("rust-percent-encoding" ,rust-percent-encoding-2.1)
+        ("rust-prettytable-rs" ,rust-prettytable-rs-0.8)
+        ("rust-proc-macro2" ,rust-proc-macro2-1.0)
+        ("rust-quickcheck", rust-quickcheck-0.9)
+        ("rust-rand", rust-rand-0.7)
+        ("rust-regex", rust-regex-1.3)
+        ("rust-rusqlite" ,rust-rusqlite-0.19)
+        ("rust-tempfile" ,rust-tempfile-3.1)
+        ("rust-thiserror" ,rust-thiserror-1.0)
+        ("rust-tokio" ,rust-tokio-0.1)
+        ("rust-tokio-core" ,rust-tokio-core-0.1)
+        ("rust-unicode-normalization", rust-unicode-normalization-0.1)
+        ("rust-url" ,rust-url-2.1)
+        ("rust-zbase32" ,rust-zbase32-0.1))
+       #:cargo-development-inputs
+       (("rust-bindgen" ,rust-bindgen-0.51) ;; FIXME for nettle-sys and rusqlite
+        ("rust-lalrpop" ,rust-lalrpop-0.17)
+        ("rust-rpassword" ,rust-rpassword-4))
+       #:phases
+       (modify-phases %standard-phases
+         ;; Run make instead of using the rust build system, as
+         ;; suggested by the installation instructions
+         (replace 'build (lambda _ (invoke "make" "build-release") #t))
+         (replace 'check
+           (lambda* (#:key tests?  #:allow-other-keys)
+             (if tests?
+                 (invoke "make" "check")
+                 #t)))
+         (replace 'install (lambda _ (invoke "make" "install") #t))
+         (add-after 'unpack 'adjust-prefix
+           (lambda* (#:key outputs #:allow-other-keys)
+             (setenv "PREFIX" (assoc-ref outputs "out"))
+             #t))
+         (add-after 'unpack 'fix-fo-python-output
+           (lambda* (#:key outputs #:allow-other-keys)
+             (let ((out (assoc-ref outputs "out"))
+                   (pyout (assoc-ref outputs "python")))
+               (substitute* "ffi/lang/python/Makefile"
+                 ;; adjust prefix for python package
+                 (("PREFIX\\s*\\??=.*")
+                  (string-append "PREFIX = " pyout "\n"))
+                 ;; fix rpath to include the main package
+                 (("\\WLDFLAGS=" text)
+                  (string-append text "'-Wl,-rpath=" out "/lib '"))
+                 ;; make setuptools install into the prefix, see
+                 ;; guix/build/python-build-system.scm for explanation
+                 (("\\ssetup.py\\s+install\\s")
+                  " setup.py install --root=/ --single-version-externally-managed "))
+               #t)))
+         (add-after 'unpack 'set-missing-env-vars
+           (lambda* (#:key inputs #:allow-other-keys)
+             ;; FIXME: why do we need to set this here?
+             (setenv "LIBCLANG_PATH"
+                     (string-append (assoc-ref inputs "clang") "/lib"))
+             #t)))))
+    (home-page "https://sequoia-pgp.org")
+    (synopsis "New OpenPGP implementation")
+    (description "Sequoia is a new OpenPGP implementation.  It consists of
+several crates, providing both a low-level and a high-level API for dealing
+with OpenPGP data.")
+    (license license:gpl2+)))
-- 
2.21.3

  parent reply	other threads:[~2020-04-26 16:53 UTC|newest]

Thread overview: 107+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-26 16:44 [bug#40874] [PATCH 00/94] Add sequoia pgp, rust-nettle, and 90 rust package Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 01/94] gnu: Update rust-failure-0.1 to 0.1.7 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 02/94] gnu: Update rust-failure-derive-0.1 " Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 03/94] gnu: Update rust-unicode-normalization-0.1 to 0.1.9 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 04/94] gnu: Update rust-wasm-bindgen-futures-0.3 to 0.3.27 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 05/94] gnu: Update rust-wasm-bindgen-test-0.2 to 0.2.50 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 06/94] gnu: Update rust-syn-1.0 to 1.0.17 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 07/94] gnu: Replace rust-synstructure-0.10 by 0.12.3 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 08/94] gnu: Add rust-ascii-canvas-2 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 09/94] gnu: Add rust-assert-cli-0.6 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 10/94] gnu: Add rust-base64-0.9 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 11/94] gnu: Add rust-bindgen-0.51 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 12/94] gnu: Add rust-bindgen-0.49 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 13/94] gnu: Add rust-bitflags-0.5 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 14/94] gnu: Add rust-bytes-0.5 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 15/94] gnu: Add rust-capnp-0.10 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 16/94] gnu: Add rust-capnpc-0.10 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 17/94] gnu: Add rust-capnp-futures-0.10 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 18/94] gnu: Add rust-capnp-rpc-0.10 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 19/94] gnu: Add rust-colored-1 Hartmut Goebel
2020-04-26 16:44 ` [bug#40874] [PATCH 20/94] gnu: Add rust-crossterm-winapi-0.4 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 21/94] gnu: Add rust-crossterm-0.13 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 22/94] gnu: Add rust-ctor-0.1 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 23/94] gnu: Add rust-ct-logs-0.3 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 24/94] gnu: Add rust-derive-new-0.5 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 25/94] gnu: Add rust-derive-builder-0.5 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 26/94] gnu: Add rust-derive-builder-core-0.2 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 27/94] gnu: Add rust-difference-1 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 28/94] gnu: Add rust-docmatic-0.1 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 29/94] gnu: Add rust-dogged-0.2 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 30/94] gnu: Add rust-docopt-0.8 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 31/94] gnu. Add rust-ena-0.13 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 32/94] gnu: Add rust-environment-0.1 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 33/94] gnu: Add rust-expectest-0.9 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 34/94] gnu: Add rust-fallible-streaming-iterator-0.1 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 35/94] gnu: Add rust-futures-timer-0.1 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 36/94] gnu: Add rust-fs2-0.4 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 37/94] gnu: Add rust-h2-0.1 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 38/94] gnu: Add rust-hex-0.2 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 39/94] gnu: Add rust-http-0.2 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 40/94] gnu: Add rust-http-body-0.3 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 41/94] gnu: Add rust-http-body-0.1 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 42/94] gnu: Add rust-hyper-0.12 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 43/94] gnu: Add rust-hyper-tls-0.3 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 44/94] gnu: Add rust-lalrpop-util-0.17 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 45/94] gnu: Add rust-lalrpop-0.17 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 46/94] gnu: Add rust-libc-print-0.1 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 47/94] gnu: Add rust-libsqlite3-sys-0.15 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 48/94] gnu: Add rust-loom-0.2 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 49/94] gnu: Add rust-loom-0.3 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 50/94] gnu: Add rust-lru-cache-0.1 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 51/94] gnu: Add rust-mach-o-sys-0.1 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 52/94] gnu: Add rust-memsec-0.5 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 53/94] gnu: Add rust-parity-tokio-ipc-0.4 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 54/94] gnu: Add rust-pin-project-lite-0.1 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 55/94] gnu: Add rust-prettytable-rs-0.8 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 56/94] gnu: Add rust-pretty-assertions-0.2 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 57/94] gnu: Add rust-pretty-env-logger-0.3 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 58/94] gnu: Add rust-pulldown-cmark-0.0.8 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 59/94] gnu: Add rust-rayon-0.8 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 60/94] gnu: Add rust-ring-0.16 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 61/94] gnu: Add rust-ring-0.13 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 62/94] gnu: Add rust-rpassword-4 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 63/94] gnu: Add rust-rspec-1 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 64/94] gnu: Add rust-rusqlite-0.19 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 65/94] gnu: Add rust-rustls-0.16 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 66/94] gnu: Add rust-rustls-0.12 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 67/94] gnu: Add rust-sct-0.6 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 68/94] gnu: Add rust-sct-0.3 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 69/94] gnu: Add rust-sha2-asm-0.5 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 70/94] gnu: Add rust-sha2-0.8 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 71/94] gnu: Add rust-skeptic-0.9 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 72/94] gnu: Add rust-spmc-0.3 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 73/94] gnu: Add rust-string-0.2 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 74/94] gnu: Add rust-term-0.2 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 75/94] gnu: Add rust-tokio-0.2 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 76/94] gnu: Add rust-tokio-buf-0.1 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 77/94] gnu: Add rust-tokio-macros-0.2 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 78/94] gnu: Add rust-tokio-named-pipes-0.1 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 79/94] gnu: Add rust-tokio-mockstream-1 Hartmut Goebel
2020-04-26 16:45 ` [bug#40874] [PATCH 80/94] gnu: Add rust-tokio-rustls-0.12 Hartmut Goebel
2020-04-26 16:46 ` [bug#40874] [PATCH 81/94] gnu: Add rust-tokio-test-0.2 Hartmut Goebel
2020-04-26 16:46 ` [bug#40874] [PATCH 82/94] gnu: Add rust-untrusted-0.6 Hartmut Goebel
2020-04-26 16:46 ` [bug#40874] [PATCH 83/94] gnu: Add rust-want-0.2 Hartmut Goebel
2020-04-26 16:46 ` [bug#40874] [PATCH 84/94] gnu: Add rust-webpki-0.21 Hartmut Goebel
2020-04-26 16:46 ` [bug#40874] [PATCH 85/94] gnu: Add rust-webpki-0.18 Hartmut Goebel
2020-04-26 16:46 ` [bug#40874] [PATCH 86/94] gnu: Add rust-webpki-roots-0.18 Hartmut Goebel
2020-04-26 16:46 ` [bug#40874] [PATCH 87/94] gnu: Add rust-webpki-roots-0.17 Hartmut Goebel
2020-04-26 16:46 ` [bug#40874] [PATCH 88/94] gnu: Add rust-webpki-roots-0.14 Hartmut Goebel
2020-04-26 16:46 ` [bug#40874] [PATCH 89/94] gnu: Add rust-which-3 Hartmut Goebel
2020-04-26 16:46 ` [bug#40874] [PATCH 90/94] gnu: Add rust-zbase32-0.1 Hartmut Goebel
2020-04-26 16:46 ` [bug#40874] [PATCH 91/94] gnu: Add nettle-src Hartmut Goebel
2020-04-26 16:46 ` [bug#40874] [PATCH 92/94] gnu: Add rust-nettle-sys-2 Hartmut Goebel
2020-04-26 16:46 ` [bug#40874] [PATCH 93/94] gnu: Add rust-nettle-7 Hartmut Goebel
2020-05-04  8:59   ` Efraim Flashner
2020-05-04 10:47     ` Hartmut Goebel
2020-05-04 10:59       ` Efraim Flashner
2020-05-04 15:14         ` Hartmut Goebel
2020-05-04 15:11   ` [bug#40874] [PATCH v2 2/3] gnu: Add rust-nettle-sys-2 Hartmut Goebel
2020-05-04 15:11   ` [bug#41079] [PATCH v2 3/3] gnu: Add rust-nettle-7 Hartmut Goebel
2020-05-04 16:10     ` [bug#40874] " Efraim Flashner
2020-05-05 11:57       ` bug#40874: " Hartmut Goebel
2020-04-26 16:46 ` Hartmut Goebel [this message]
2020-04-30 22:54 ` [bug#40874] [PATCH 00/94] Add sequoia pgp, rust-nettle, and 90 rust package Ludovic Courtès
2020-05-01 19:50   ` Christopher Baines
2020-05-02 18:30     ` Hartmut Goebel
2020-05-02 22:15       ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1293693f3427509e67f15d14962ae632e4d349da.1587919230.git.h.goebel@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=40874@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).