1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 18:10:47 +02:00

gnu: emacs-company-jedi: Disable (non-existent) tests.

* gnu/packages/emacs-xyz.scm (emacs-company-jedi)[arguments]<#:tests?#>:
Disable.

Change-Id: I141abd085c09a77b3cae41446ac781c7ef250fe7
This commit is contained in:
Danny Milosavljevic 2025-06-20 09:30:56 +02:00
parent 6a69d48e0e
commit 352aeabf34
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -12545,6 +12545,8 @@ issues from Emacs.")
(base32 (base32
"1ihqapp4dv92794rsgyq0rmhwika60cmradqd4bn9b72ss6plxs1")))) "1ihqapp4dv92794rsgyq0rmhwika60cmradqd4bn9b72ss6plxs1"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments
(list #:tests? #f)) ; no "check" target
(propagated-inputs (propagated-inputs
(list emacs-jedi emacs-company)) (list emacs-jedi emacs-company))
(home-page "https://github.com/syohex/emacs-company-jedi") (home-page "https://github.com/syohex/emacs-company-jedi")