diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-08-22 08:24:44 +0000 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-08-25 10:58:46 +0900 |
| commit | 493c225aecb9fb4b98c64b9fa952502174be840a (patch) | |
| tree | 80469ab50d258b9efac9b519e5c92bf222f40ca1 /gnu/packages/mail.scm | |
| parent | 81f0d862b1fef127c4f800ebe76249302e7a3882 (diff) | |
gnu: mailutils: Don't build with pam on the Hurd.
* gnu/packages/mail.scm (mailutils)[inputs]:
Remove linux-pam on Hurd targets.
Merges: https://codeberg.org/guix/guix/pulls/10719
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages/mail.scm')
| -rw-r--r-- | gnu/packages/mail.scm | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index f4ef85d348b..290434229d3 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm | |||
| @@ -508,16 +508,19 @@ POP3/POP3-S as well as CalDAV and CardDAV.") | |||
| 508 | perl ;for 'gylwrap' | 508 | perl ;for 'gylwrap' |
| 509 | texinfo)) | 509 | texinfo)) |
| 510 | (inputs | 510 | (inputs |
| 511 | (list gdbm | 511 | (append |
| 512 | gnutls | 512 | (if (target-hurd?) |
| 513 | gsasl | 513 | '() |
| 514 | guile-3.0 | 514 | (list linux-pam)) |
| 515 | libltdl | 515 | (list gdbm |
| 516 | libunistring ;required for SEARCH CHARSET | 516 | gnutls |
| 517 | libxcrypt | 517 | gsasl |
| 518 | linux-pam | 518 | guile-3.0 |
| 519 | ncurses | 519 | libltdl |
| 520 | readline)) | 520 | libunistring ;required for SEARCH CHARSET |
| 521 | libxcrypt | ||
| 522 | ncurses | ||
| 523 | readline))) | ||
| 521 | (home-page "https://mailutils.org") | 524 | (home-page "https://mailutils.org") |
| 522 | (synopsis "Utilities and library for reading and serving mail") | 525 | (synopsis "Utilities and library for reading and serving mail") |
| 523 | (description | 526 | (description |
