mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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".
This commit is contained in:
parent
9d4c7cbead
commit
58cb8c2f68
1 changed files with 1 additions and 4 deletions
|
@ -376,10 +376,7 @@ (define-public emacs-minimal
|
|||
(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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue