me
/
guix
Archived
1
0
Fork 0

gnu: emacs-minimal: Drop meaningless input.

The search for guix-emacs.el has already been inlined into a phase shared
by all emacs variants.

* gnu/packages/emacs.scm (emacs-minimal)[inputs]: Remove "emacs/guix-emacs.el".
master
Liliana Marie Prikler 2022-05-15 00:21:05 +02:00
parent 9d4c7cbead
commit 58cb8c2f68
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 1 additions and 4 deletions

View File

@ -376,10 +376,7 @@ GTK and also enables xwidgets.")))
(delete 'restore-emacs-pdmp)
(delete 'strip-double-wrap)))))
(inputs
(list (search-auxiliary-file "emacs/guix-emacs.el")
ncurses
coreutils
gzip))
(list ncurses coreutils gzip))
(native-inputs
(list autoconf pkg-config))))