[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: claws-mail: Fix build.
From: |
guix-commits |
Subject: |
branch master updated: gnu: claws-mail: Fix build. |
Date: |
Thu, 16 Dec 2021 22:05:09 -0500 |
This is an automated email from the git hooks/post-receive script.
roptat pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new eb4ce2d gnu: claws-mail: Fix build.
eb4ce2d is described below
commit eb4ce2de6993bace0af3e8a52137cf17f56c034e
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Dec 17 03:51:52 2021 +0100
gnu: claws-mail: Fix build.
* gnu/packages/mail.scm (claws-mail)[arguments]: Use search-input-file
instead of search-input-directory.
---
gnu/packages/mail.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c069e9e..5a1f535 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1653,8 +1653,7 @@ compresses it.")
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "src/procmime.c"
(("/usr/share/mime/globs")
- (search-input-directory inputs
- "/share/mime/globs"))))))))
+ (search-input-file inputs "/share/mime/globs"))))))))
(native-inputs
(list bison
;;("docbook-utils" ,docbook-utils)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: claws-mail: Fix build.,
guix-commits <=