diff options
| author | pjotrp | 2026-04-17 14:38:51 +0200 |
|---|---|---|
| committer | pjotrp | 2026-04-17 14:38:51 +0200 |
| commit | 035d7e4f06c595e8a42d8ad6cd1ad6e42a21a4f0 (patch) | |
| tree | f3e96f41742b659e12b06b315db0dd6142c55a34 /gn/packages/mail.scm | |
| parent | c5a09528fba9e711250888b1515ab4473dc0cea7 (diff) | |
| download | guix-bioinformatics-main.tar.gz | |
Diffstat (limited to 'gn/packages/mail.scm')
| -rw-r--r-- | gn/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/mail.scm b/gn/packages/mail.scm index 1e3b888..dc2f2a3 100644 --- a/gn/packages/mail.scm +++ b/gn/packages/mail.scm @@ -3,6 +3,7 @@ #:use-module (guix gexp) #:use-module (guix packages) #:use-module (guix utils) + #:use-module (gnu packages) #:use-module (gnu packages mail)) (define-public opensmtpd-patched @@ -12,8 +13,7 @@ (source (origin (inherit (package-source opensmtpd)) - (patches - (list (local-file "patches/opensmtpd-gn-fixes.patch"))))) + (patches (search-patches "opensmtpd-gn-fixes.patch")))) (synopsis "Lightweight SMTP daemon (with GN patches)") (description "OpenSMTPD with patches for missing grp.h include, TLS option |
