1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-20 22:54:08 +02:00

gnu: emacs-frames-only-mode: Add missing test inputs.

* gnu/packages/emacs-xyz.scm (emacs-frames-only-mode)[native-inputs]: Add
emacs-ert-runner, emacs-flycheck, and emacs-magit.
This commit is contained in:
Liliana Marie Prikler
2025-03-13 20:43:00 +01:00
parent bac3bdbcab
commit 01c73fff16
+1
View File
@@ -38989,6 +38989,7 @@ replicate some of the features of the Doom modeline package.")
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash emacs-s))
(native-inputs (list emacs-ert-runner emacs-flycheck emacs-magit))
(home-page "https://github.com/davidshepherd7/frames-only-mode")
(synopsis "Use frames instead of Emacs windows")
(description