diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-06-30 17:01:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-06-30 17:02:23 +0200 |
commit | 902a48e0d3ce4a1983a6d3f71472639a8e59c48f (patch) | |
tree | 4c0158cf447cfbb8299ec112bce2f5cc8bef4a6c /gnu/packages/mail.scm | |
parent | 8af22b493199a17f46351c2f3d9f6ee759e48564 (diff) |
gnu: Remove libasr.
It has been subsumed by OpenSMTPd and is otherwise unused.
See <https://issues.guix.gnu.org/64271>.
* gnu/packages/dns.scm (libasr): Delete variable.
* gnu/packages/mail.scm (opensmtpd)[inputs]: Remove it to use the
bundled ‘copy’.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 9481fc5559..e300ba97e8 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -3186,7 +3186,6 @@ from the Cyrus IMAP project.") (build-system gnu-build-system) (inputs (list bdb - libasr libevent libressl ; recommended, and supports e.g. ECDSA linux-pam |