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 <liliana.prikler@gmail.com>
This commit is contained in:
Nicolas Graves 2025-03-20 11:08:10 +01:00 committed by Liliana Marie Prikler
parent c9db5f27ee
commit a4ac98d5fd
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -13124,7 +13124,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