summaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-03-25 23:28:19 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:45 +0100
commit8b91d18c5a1d8da267fee04a3ee15863fa9874a9 (patch)
treee467a646d8b2dcdd365c37839d64b7bac109d556 /gnu/packages/mail.scm
parentf61830339cd3ec25cc45605dcce668bf9bbee71f (diff)
gnu: packages: Remove python-build-system comments.
Rephrase or remove comments completely mentioning python-build-system to prepare it for depreciation. It helps to search code for the rest relevant entries of python-build-system. Change-Id: I98ee81b4b0e0f826fd236fec20e77546e1567f80
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r--gnu/packages/mail.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index f9afc6e5d54..1a1369fc3c2 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1736,8 +1736,6 @@ and search library.")
1736 ;; tree, so chdir into it before building. 1736 ;; tree, so chdir into it before building.
1737 (add-after 'unpack 'enter-python-dir 1737 (add-after 'unpack 'enter-python-dir
1738 (lambda _ (chdir "bindings/python-cffi"))) 1738 (lambda _ (chdir "bindings/python-cffi")))
1739 ;; python-build-system does not invoke the configure script
1740 ;; so _notmuch_config.py is missing
1741 (add-after 'enter-python-dir 'create-notmuch-config 1739 (add-after 'enter-python-dir 'create-notmuch-config
1742 (lambda* (#:key inputs #:allow-other-keys) 1740 (lambda* (#:key inputs #:allow-other-keys)
1743 (with-output-to-file "_notmuch_config.py" 1741 (with-output-to-file "_notmuch_config.py"