guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 27dd20502df4c9360c6075c2691d8a06ebd1b193
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Apr 27 16:52:40 2025 +0200

    gnu: emacs-org-remark: Skip tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-remark): Skip tests.
      [source]<snippet>: Delete several Mibs of images and CSS.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0bd434e3ab..1c58a74924 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17013,8 +17013,13 @@ efficient tabs plugin for Emacs with a lot of 
customization options.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0npw7niqjhxspnaw4f2wnrjz5wr7qfkib0865hcri3aq8ccd46xr"))))
+                "0npw7niqjhxspnaw4f2wnrjz5wr7qfkib0865hcri3aq8ccd46xr"))
+              (modules '((guix build utils)))
+              (snippet #~(begin (for-each delete-file-recursively
+                                          '("docs/resources" "resources"))))))
     (build-system emacs-build-system)
+    (arguments
+     (list #:tests? #f))  ; No proper tests.
     (propagated-inputs (list emacs-org))
     (home-page "https://nobiot.github.io/org-remark/";)
     (synopsis "Highlight & annotate text using Org mode")

Reply via email to