mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-guix: Use new style (partly).
* gnu/packages/emacs-xyz.scm (emacs-guix)[arguments]<#:phase>: Remove trailing [native-inputs, propagated-inputs]: Remove labels.
This commit is contained in:
parent
13f769c165
commit
6c8cd5faa8
1 changed files with 9 additions and 14 deletions
|
@ -3507,26 +3507,21 @@ type, for example: packages, buffers, files, etc.")
|
||||||
(add-after 'unpack 'expand-load-path
|
(add-after 'unpack 'expand-load-path
|
||||||
(lambda _
|
(lambda _
|
||||||
((assoc-ref emacs:%standard-phases 'expand-load-path)
|
((assoc-ref emacs:%standard-phases 'expand-load-path)
|
||||||
#:prepend-source? #f)
|
#:prepend-source? #f))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
(list autoconf automake emacs-minimal pkg-config texinfo))
|
||||||
("automake" ,automake)
|
|
||||||
("pkg-config" ,pkg-config)
|
|
||||||
("texinfo" ,texinfo)
|
|
||||||
("emacs" ,emacs-minimal)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("guile"
|
`(("guile"
|
||||||
,@(assoc-ref (package-native-inputs guix) "guile"))
|
,@(assoc-ref (package-native-inputs guix) "guile"))
|
||||||
("guix" ,guix)))
|
("guix" ,guix)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("geiser" ,emacs-geiser)
|
(list emacs-bui
|
||||||
("geiser-guile" ,emacs-geiser-guile)
|
emacs-dash
|
||||||
("guile-gcrypt" ,guile-gcrypt)
|
emacs-edit-indirect
|
||||||
("dash" ,emacs-dash)
|
emacs-geiser
|
||||||
("bui" ,emacs-bui)
|
emacs-geiser-guile
|
||||||
("edit-indirect" ,emacs-edit-indirect)
|
emacs-magit-popup
|
||||||
("magit-popup" ,emacs-magit-popup)))
|
guile-gcrypt))
|
||||||
(home-page "https://emacs-guix.gitlab.io/website/")
|
(home-page "https://emacs-guix.gitlab.io/website/")
|
||||||
(synopsis "Emacs interface for GNU Guix")
|
(synopsis "Emacs interface for GNU Guix")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue