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 7988ca6a48 gnu: emacs-webpaste: Fix build.
7988ca6a48 is described below

commit 7988ca6a480a7648971c06edc0dfb8da6fd0777b
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Apr 6 18:24:53 2024 +0200

    gnu: emacs-webpaste: Fix build.
    
    * gnu/packages/emacs-xyz.scm (emacs-webpaste)[arguments]<#:phases>: Ensure
    compatibility with recent Buttercup.
    
    Change-Id: I9eb9b9de7fcc1832691a64c0945e91a335498e5b
---
 gnu/packages/emacs-xyz.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3ade606925..f35aa3e514 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38021,7 +38021,11 @@ released, and track their progress in watching a 
series.")
                ;; Disable tests that need network access.
                (substitute* (list 
"tests/unit/test-webpaste-provider-creation.el"
                                   
"tests/integration/test-webpaste-providers.el")
-                 (("describe") "xdescribe")))))))
+                 (("describe") "xdescribe"))
+               (emacs-batch-edit-file 
"tests/integration/test-webpaste-providers.el"
+                 '(progn
+                   (insert ";;; -*-lexical-binding:t -*-\n")
+                   (basic-save-buffer))))))))
       (native-inputs
        (list emacs-buttercup))
       (propagated-inputs

Reply via email to