guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-polymode: Add patch for native compila


From: guix-commits
Subject: branch master updated: gnu: emacs-polymode: Add patch for native compilation.
Date: Sun, 18 Sep 2022 08:17:19 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 52e55b38f4 gnu: emacs-polymode: Add patch for native compilation.
52e55b38f4 is described below

commit 52e55b38f446784209866dcf4bff23b7f604ba24
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sun Sep 18 14:16:08 2022 +0200

    gnu: emacs-polymode: Add patch for native compilation.
    
    * gnu/packages/emacs-xyz.scm (emacs-polymode)[source]: Add patch.
    * gnu/packages/patches/emacs-polymode-fix-lexical-variable-error.patch:
    New file.
    * gnu/local.mk (dist_patch_DATA): Add it.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/local.mk               | 2 ++
 gnu/packages/emacs-xyz.scm | 5 ++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index de460c2017..542c06e221 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -52,6 +52,7 @@
 # Copyright © 2022 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 # Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
 # Copyright © 2022 muradm <mail@muradm.net>
+# Copyright © 2022 Hilton Chain <hako@ultrarare.space>
 #
 # This file is part of GNU Guix.
 #
@@ -1046,6 +1047,7 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/emacs-highlight-stages-add-gexp.patch   \
   %D%/packages/patches/emacs-libgit-use-system-libgit2.patch    \
   %D%/packages/patches/emacs-lispy-fix-thread-last-test.patch   \
+  %D%/packages/patches/emacs-polymode-fix-lexical-variable-error.patch  \
   %D%/packages/patches/emacs-source-date-epoch.patch           \
   %D%/packages/patches/emacs-telega-path-placeholder.patch     \
   %D%/packages/patches/emacs-telega-test-env.patch             \
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cf0f75a573..fd861d94f5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17621,7 +17621,10 @@ contexts.
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18ssl2h861dm2jkd3df6wkfr48p8zk337dbvpq5522kia7fq1lbn"))))
+        (base32 "18ssl2h861dm2jkd3df6wkfr48p8zk337dbvpq5522kia7fq1lbn"))
+       (patches
+        ;; XXX: Cherry-picked from upstream, remove when bumping to 0.2.3.
+        (search-patches "emacs-polymode-fix-lexical-variable-error.patch"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/polymode/polymode";)
     (synopsis "Framework for multiple Emacs modes based on indirect buffers")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]