diff options
author | Léo Le Bouter <lle-bout@zaclys.net> | 2021-03-15 12:21:02 +0100 |
---|---|---|
committer | Léo Le Bouter <lle-bout@zaclys.net> | 2021-03-15 12:22:17 +0100 |
commit | 8a085c178095d0ed204b6263deb6fc275b651ee1 (patch) | |
tree | f9ccdb2315d5c81fe2b9dfdfd3cf6c87f7482cc2 | |
parent | cddf0b8955393d0e656d0708e43ca338c3fe91b6 (diff) |
gnu: cyrus-sasl/fixed: Make private.
* gnu/packages/cyrus-sasl.scm (cyrus-sasl/fixed): Use define instead of
define-public.
-rw-r--r-- | gnu/packages/cyrus-sasl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cyrus-sasl.scm b/gnu/packages/cyrus-sasl.scm index 691349a38f..c18703fde0 100644 --- a/gnu/packages/cyrus-sasl.scm +++ b/gnu/packages/cyrus-sasl.scm @@ -82,7 +82,7 @@ server writers.") "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") |