mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -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 'restore-emacs-pdmp)
|
||||||
(delete 'strip-double-wrap)))))
|
(delete 'strip-double-wrap)))))
|
||||||
(inputs
|
(inputs
|
||||||
(list (search-auxiliary-file "emacs/guix-emacs.el")
|
(list ncurses coreutils gzip))
|
||||||
ncurses
|
|
||||||
coreutils
|
|
||||||
gzip))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf pkg-config))))
|
(list autoconf pkg-config))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue