1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: emacs-helm-company: Use implicit “ert-runner”.

* gnu/packages/emacs-xyz.scm (emacs-helm-company): Drop arguments.
This commit is contained in:
Liliana Marie Prikler 2025-03-02 15:12:50 +01:00
parent 649e32d94d
commit 698879de5f
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -30419,8 +30419,6 @@ tracking.")
(list emacs-helm emacs-company))
(native-inputs
(list emacs-ert-runner))
(arguments
(list #:test-command #~(list "ert-runner")))
(home-page "https://github.com/Sodel-the-Vociferous/helm-company")
(synopsis "Helm interface for Company mode")
(description