diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index ed563382188..43de6e13548 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm | |||
| @@ -1378,7 +1378,7 @@ invoking @command{notifymuch} from the post-new hook.") | |||
| 1378 | (("/bin/sh") (which "sh"))))) | 1378 | (("/bin/sh") (which "sh"))))) |
| 1379 | (replace 'configure | 1379 | (replace 'configure |
| 1380 | (lambda* (#:key outputs #:allow-other-keys) | 1380 | (lambda* (#:key outputs #:allow-other-keys) |
| 1381 | (setenv "CC" "gcc") | 1381 | (setenv "CC" ,(cc-for-target)) |
| 1382 | (setenv "CONFIG_SHELL" (which "sh")) | 1382 | (setenv "CONFIG_SHELL" (which "sh")) |
| 1383 | 1383 | ||
| 1384 | (let* ((out (assoc-ref outputs "out")) | 1384 | (let* ((out (assoc-ref outputs "out")) |
| @@ -1395,7 +1395,7 @@ invoking @command{notifymuch} from the post-new hook.") | |||
| 1395 | (("\\$NOTMUCH_GMIME_X509_CERT_VALIDITY") "0")))) | 1395 | (("\\$NOTMUCH_GMIME_X509_CERT_VALIDITY") "0")))) |
| 1396 | (add-before 'check 'prepare-test-environment | 1396 | (add-before 'check 'prepare-test-environment |
| 1397 | (lambda _ | 1397 | (lambda _ |
| 1398 | (setenv "TEST_CC" "gcc") | 1398 | (setenv "TEST_CC" ,(cc-for-target)) |
| 1399 | ;; Patch various inline shell invocations. | 1399 | ;; Patch various inline shell invocations. |
| 1400 | (substitute* (find-files "test" "\\.sh$") | 1400 | (substitute* (find-files "test" "\\.sh$") |
| 1401 | (("/bin/sh") (which "sh"))))) | 1401 | (("/bin/sh") (which "sh"))))) |
