mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01: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:
parent
16e23df1f9
commit
5b0f0c80ef
1 changed files with 1 additions and 1 deletions
|
@ -3092,7 +3092,7 @@ (define-public opensmtpd-extras
|
||||||
(license (list license:bsd-2 license:bsd-3 ; openbsd-compat
|
(license (list license:bsd-2 license:bsd-3 ; openbsd-compat
|
||||||
license:isc)))) ; everything else
|
license:isc)))) ; everything else
|
||||||
|
|
||||||
(define libopensmtpd
|
(define-public libopensmtpd
|
||||||
;; Private source dependency of opensmtpd-filter-dkimsign (by the same
|
;; Private source dependency of opensmtpd-filter-dkimsign (by the same
|
||||||
;; author), until any project actually uses it in its compiled form.
|
;; author), until any project actually uses it in its compiled form.
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue