mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-guix: Remove input labels.
* gnu/packages/emacs-xyz.scm (emacs-guix)[inputs]: Remove labels.
This commit is contained in:
parent
58a671f344
commit
ac338620bc
1 changed files with 2 additions and 3 deletions
|
@ -4222,9 +4222,8 @@ (define-public emacs-guix
|
|||
(native-inputs
|
||||
(list autoconf automake emacs-minimal pkg-config texinfo))
|
||||
(inputs
|
||||
`(("guile"
|
||||
,@(assoc-ref (package-native-inputs guix) "guile"))
|
||||
("guix" ,guix)))
|
||||
(list (lookup-package-input guix "guile")
|
||||
guix))
|
||||
(propagated-inputs
|
||||
(list emacs-bui
|
||||
emacs-dash
|
||||
|
|
Loading…
Reference in a new issue