mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: emacs-jupyter: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-jupyter)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
450c3037ad
commit
fea6d68e13
1 changed files with 1 additions and 0 deletions
|
@ -25488,6 +25488,7 @@ the pipeline, featuring the support for running @code{emacsclient}.")
|
|||
(sha256
|
||||
(base32 "0gjxi84d95sx5fw8q2a8szfhq6kb4xzwq0xr9a3pirkiga9hxymz"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ;tests require a working jupyter
|
||||
(propagated-inputs
|
||||
(list emacs-company ;optional
|
||||
emacs-markdown-mode ;optional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue