summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorNigko Yerden <nigko.yerden@gmail.com>2026-06-03 12:02:39 +0500
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2026-07-15 09:44:28 +0200
commit5f744e5414aa2753e42ffc295013bf5e4eded739 (patch)
tree3113a8b2768b0ee359a7e38ef1c172e3bc1cda88 /gnu/local.mk
parent30b98bb2bbb4c910597d7df881d20a009b336c55 (diff)
gnu: texmacs: Fix wrong initialization of plugins that use python.
Fix upstream bug https://savannah.gnu.org/bugs/?68269 (see also https://codeberg.org/guix/guix/pulls/7368#issuecomment-13563062) by undoing https://github.com/texmacs/texmacs/commit/8b096c3a44d8bc74b4f80f8af36173ddc446e8c3 and adding checks on value returned by `python-command` to every plugin using this procedure. * gnu/packages/text-editotrs.scm (texmacs)[source]{origin}<patches>: New field bringing in new patch. * gnu/packages/patches/texmacs-fix-plugins-wrong-init.patch: New patch. * gnu/local.mk: New patch register record. Merges: #9050 Change-Id: Ieda1d9487b9992563aebf475e21835eaab284e53 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index a71dc5b68c1..94ae3d9608d 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -2555,6 +2555,7 @@ dist_patch_DATA = \
2555 %D%/packages/patches/tinyxml-CVE-2023-34194.patch \ 2555 %D%/packages/patches/tinyxml-CVE-2023-34194.patch \
2556 %D%/packages/patches/tinyxml-use-stl.patch \ 2556 %D%/packages/patches/tinyxml-use-stl.patch \
2557 %D%/packages/patches/tk-find-library.patch \ 2557 %D%/packages/patches/tk-find-library.patch \
2558 %D%/packages/patches/texmacs-fix-plugins-wrong-init.patch \
2558 %D%/packages/patches/tla2tools-build-xml.patch \ 2559 %D%/packages/patches/tla2tools-build-xml.patch \
2559 %D%/packages/patches/tlf-support-hamlib-4.2+.patch \ 2560 %D%/packages/patches/tlf-support-hamlib-4.2+.patch \
2560 %D%/packages/patches/tofi-32bit-compat.patch \ 2561 %D%/packages/patches/tofi-32bit-compat.patch \