guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6df386278791d44c24a129830c562d9ae0b320bf
Author: Morgan Smith <morgan.j.sm...@outlook.com>
AuthorDate: Tue Aug 12 22:36:40 2025 -0500

    gnu: cyrus-sasl: Add SASL_PATH plugin search path.
    
    * gnu/packages/cyrus-sasl.scm (cyrus-sasl)[native-search-paths]: Add
    SASL_PATH plugin search path.
    
    Change-Id: Ie1ccbbe9dd02fe83f3417af86406b481cf259830
    Signed-off-by: Andreas Enge <andr...@enge.fr>
---
 gnu/packages/cyrus-sasl.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/cyrus-sasl.scm b/gnu/packages/cyrus-sasl.scm
index 9b25cd37a0..07102467c4 100644
--- a/gnu/packages/cyrus-sasl.scm
+++ b/gnu/packages/cyrus-sasl.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2016 Leo Famulari <l...@famulari.name>
 ;;; Copyright © 2019 Mathieu Othacehe <m.othac...@gmail.com>
 ;;; Copyright © 2022 Marius Bakke <mar...@gnu.org>
+;;; Copyright © 2022 Morgan Smith <morgan.j.sm...@outlook.com>
 ;;; Copyright © 2024 Janneke Nieuwenhuizen <jann...@gnu.org>
 ;;; Copyright © 2025 Mathieu Laparie <mlapa...@disr.it>
 ;;;
@@ -76,6 +77,10 @@
       ;; ends up doing "ln -s plugin_common.lo plugin_common.o", which can
       ;; fail with EEXIST when building things in parallel.
       #:parallel-build? #f))
+    (native-search-paths
+     (list (search-path-specification
+             (variable "SASL_PATH")
+             (files (list "lib/sasl2")))))
     (synopsis "Simple Authentication Security Layer implementation")
     (description
      "SASL (Simple Authentication Security Layer) is an Internet

Reply via email to