summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorKonstantin Suntsov <protvin@disroot.org>2026-08-03 21:22:24 +0500
committerAndreas Enge <andreas@enge.fr>2026-08-04 17:22:13 +0200
commitd3acc7d021c51e292fe7572d6eef3d2d8d86b1c2 (patch)
treec0d9c15cf4b5e76f2b9e1e43927bbf7ff9a3ae3b /gnu/local.mk
parent86813d5779253bb50002d79ab791eeda5a8b4729 (diff)
gnu: elm-sans-reactor: Fix build.
* gnu/packages/elm.scm (elm-sans-reactor)[source]: Add reference to patch and sort patches. * gnu/packages/patches/elm-bump-ansi-wl-pprint-dependency-fix-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Add reference to it. Fixes: guix/guix#10293 Signed-off-by: Andreas Enge <andreas@enge.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 05439ca26ad..362f5ca500f 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1248,6 +1248,7 @@ dist_patch_DATA = \
1248 %D%/packages/patches/python-treelib-remove-python2-compat.patch \ 1248 %D%/packages/patches/python-treelib-remove-python2-compat.patch \
1249 %D%/packages/patches/elm-offline-package-registry.patch \ 1249 %D%/packages/patches/elm-offline-package-registry.patch \
1250 %D%/packages/patches/elm-reactor-static-files.patch \ 1250 %D%/packages/patches/elm-reactor-static-files.patch \
1251 %D%/packages/patches/elm-bump-ansi-wl-pprint-dependency-fix-build.patch \
1251 %D%/packages/patches/emacs-deferred-fix-number-of-arguments.patch \ 1252 %D%/packages/patches/emacs-deferred-fix-number-of-arguments.patch \
1252 %D%/packages/patches/emacs-disable-jit-compilation.patch \ 1253 %D%/packages/patches/emacs-disable-jit-compilation.patch \
1253 %D%/packages/patches/emacs-doc-toc-shell-commands.patch \ 1254 %D%/packages/patches/emacs-doc-toc-shell-commands.patch \