mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c9db5f27ee
commit
a4ac98d5fd
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue