gnu: emacs-scratch-el: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-scratch-el):
  [arguments]<tests?>: Skip tests.
  <phases>: Add phase 'install-doc.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Nicolas Graves 2025-04-27 16:52:52 +02:00 committed by Liliana Marie Prikler
parent 1a1cb46d1e
commit 66af76f04b
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -25418,16 +25418,15 @@ org header line at the top of the window--no matter how far down you scrolled.")
(native-inputs (native-inputs
(list texinfo)) (list texinfo))
(arguments (arguments
'(#:phases (list #:tests? #f ; No tests.
(modify-phases %standard-phases #:phases
#~(modify-phases %standard-phases
(add-after 'install 'install-doc (add-after 'install 'install-doc
(lambda* (#:key outputs #:allow-other-keys) (lambda _
(unless (invoke "makeinfo" "scratch.texi") (unless (invoke "makeinfo" "scratch.texi")
(error "makeinfo failed")) (error "makeinfo failed"))
(install-file "scratch.info" (install-file "scratch.info"
(string-append (assoc-ref outputs "out") (string-append #$output "/share/info")))))))
"/share/info"))
#t)))))
(home-page "https://codeberg.org/emacs-weirdware/scratch") (home-page "https://codeberg.org/emacs-weirdware/scratch")
(synopsis "Create scratch buffers with the same mode as current buffer") (synopsis "Create scratch buffers with the same mode as current buffer")
(description "Scratch is an extension to Emacs that enables one to create (description "Scratch is an extension to Emacs that enables one to create