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

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3f7b091ea4 gnu: emacs-buttercup: Remove phase fix-spy-on-test.
3f7b091ea4 is described below

commit 3f7b091ea4897e3a170a54433a2476d3b6810dc4
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Sep 27 18:11:37 2023 +0200

    gnu: emacs-buttercup: Remove phase fix-spy-on-test.
    
    * gnu/packages/emacs-xyz.scm: (emacs-buttercup)
    [arguments](phases): Remove phase fix-spy-on-test, fixed in version 1.31.
    
    Signed-off-by: Andrew Tropin <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2575a833ab..1340b00050 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28520,16 +28520,6 @@ targets the Emacs based IDEs (CIDER, ESS, Geiser, 
Robe, SLIME etc.)")
       #:test-command #~(list "make" "test")
       #:phases
       #~(modify-phases %standard-phases
-          (add-after 'unpack 'fix-spy-on-test
-            (lambda _
-              (substitute* "buttercup.el"
-                ;; The spy-on test fails with native compilation, which was
-                ;; fixed in v1.30 but with a variable name for Emacs newer
-                ;; than 28.2.  Add in the same fix with the current variable
-                ;; name.  Upstream bug and fix:
-                ;; 
<https://github.com/jorgenschaefer/emacs-buttercup/issues/236>
-                (("\\(native-comp-enable-subr-trampolines nil\\)" all)
-                 (string-append all " (comp-enable-subr-trampolines nil)")))))
           (add-after 'install 'install-bin
             (lambda _
               (install-file "bin/buttercup"

Reply via email to