mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-orglink: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-orglink)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
a1552dc7b9
commit
07dcaec1d5
1 changed files with 1 additions and 0 deletions
|
@ -41736,6 +41736,7 @@ displayed for sharing.")
|
|||
(sha256
|
||||
(base32 "0i6qm2vsz9csi7zxlwdfh26pvq86bdjznxiixydh11czkzdv3s3v"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; no tests
|
||||
(propagated-inputs
|
||||
(list emacs-compat))
|
||||
(home-page "https://github.com/tarsius/orglink")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue