lilyp pushed a commit to branch emacs-team
in repository guix.

commit 48c7bd4c5a2e1332b30057362c5a1c0df1900bc5
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Mar 20 11:08:10 2025 +0100

    gnu: emacs-org-sidebar: Disable absent tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-sidebar)[source]: Delete
    Makefile and makem.sh to disable tests.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 376485f822..9007d82adf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12504,7 +12504,13 @@ started with 20 minutes.  All values are 
customizable.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1gccih9wgi31m59flljw4cphfyhlfcqbjih91gkcnldq5z7n83nj"))))
+        (base32 "1gccih9wgi31m59flljw4cphfyhlfcqbjih91gkcnldq5z7n83nj"))
+       (modules '((guix build utils)))
+       (snippet #~(begin
+                    (delete-file-recursively "images")
+                    ;; Contents of makem package, but no tests.
+                    (for-each delete-file
+                              '("makem.sh" "Makefile"))))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash

Reply via email to