gnu: cyrus-sasl/fixed: Make private.

* gnu/packages/cyrus-sasl.scm (cyrus-sasl/fixed): Use define instead of
define-public.
This commit is contained in:
Léo Le Bouter 2021-03-15 12:21:02 +01:00
parent cddf0b8955
commit 8a085c1780
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -82,7 +82,7 @@ (define-public cyrus-sasl
"See COPYING in the distribution."))
(home-page "https://cyrusimap.org/sasl/")))
(define-public cyrus-sasl/fixed
(define cyrus-sasl/fixed
(package
(inherit cyrus-sasl)
(version "2.1.27")