~ruther/guix-local

6df386278791d44c24a129830c562d9ae0b320bf — Morgan Smith 8 months ago 719096e
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 <andreas@enge.fr>
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/packages/cyrus-sasl.scm
M gnu/packages/cyrus-sasl.scm => gnu/packages/cyrus-sasl.scm +5 -0
@@ 4,6 4,7 @@
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2022 Morgan Smith <Morgan.J.Smith@outlook.com>
;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2025 Mathieu Laparie <mlaparie@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