guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 43e2de8251a08eb7db8d21ad4f478da8a5791ae4
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Apr 16 08:53:05 2025 +0200

    gnu: emacs-disk-usage: Skip tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-disk-usage)[arguments]: Add #:tests? #f.
    
    Change-Id: I4c83e9e30bfb840777f6f17883bd8608cc2406bc
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8b2dffd8fd..f595481aa6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34000,6 +34000,7 @@ opposed to character-based).")
           (base32
            "0vl79knb2snp2gzmcdasncgcc44rq99kmfnvwhfpm0wk21nxhc1m"))))
       (build-system emacs-build-system)
+      (arguments (list #:tests? #f)) ; no tests
       (home-page "https://gitlab.com/Ambrevar/emacs-disk-usage";)
       (synopsis "Sort and browse disk usage listings with Emacs")
       (description "Disk Usage is a file system analyzer: it offers a tabulated

Reply via email to