1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-07 01:35:52 +02:00

gnu: libopensmtpd: Make public.

Now that it's a fancy official release and all.

* gnu/packages/mail.scm (libopensmtpd): DEFINE-PUBLIC.
This commit is contained in:
Tobias Geerinckx-Rice
2021-06-10 17:42:36 +02:00
parent 16e23df1f9
commit 5b0f0c80ef
+1 -1
View File
@@ -3092,7 +3092,7 @@ for OpenSMTPD to extend its functionality.")
(license (list license:bsd-2 license:bsd-3 ; openbsd-compat
license:isc)))) ; everything else
(define libopensmtpd
(define-public libopensmtpd
;; Private source dependency of opensmtpd-filter-dkimsign (by the same
;; author), until any project actually uses it in its compiled form.
(package