diff options
author | EuAndreh <eu@euandre.org> | 2023-03-11 15:59:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-11 15:59:17 -0300 |
commit | 96f1f1c69d91f681f5d3557c4feb6629d283c696 (patch) | |
tree | 59cf6ee984e43c8dec517ce024e827bc999a0210 /src | |
parent | queue.scm: Typo in (postfix-sasl-services ...) function name (diff) | |
download | package-repository-96f1f1c69d91f681f5d3557c4feb6629d283c696.tar.gz package-repository-96f1f1c69d91f681f5d3557c4feb6629d283c696.tar.xz |
queue.scm: Try disabling cyrus-sasl action to fix the build
Diffstat (limited to 'src')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 7e9f47b..e15e970 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -533,16 +533,7 @@ collections.OrderedDict that works in Python 2.4-2.6.") #:group #$group #:supplementary-groups '(#$@supplementary-groups))) (stop #~(make-kill-destructor)) - (actions - (list - (shepherd-action - (name 'configuration) - (documentation "FIXME:DOCUMENTATION") - (procedure - #~(lambda _ - (for-each (lambda (name) - (format #t "~a/~a~%" #$config-dir name)) - (map cyrus-service-configuration-name #$services)))))))))))) +))))) (define cyrus-sasl-service-type (service-type @@ -570,7 +561,6 @@ collections.OrderedDict that works in Python 2.4-2.6.") (default-value (cyrus-sasl-configuration)) (description "FIXME:DOCUMENTATION"))) - (define-record-type* <dkimproxyout-configuration> dkimproxyout-configuration make-dkimproxyout-configuration |