mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: guix: Add emacs-magit-popup to propagated-inputs.
* gnu/packages/package-management.scm (guix-0.10.0): Add 'emacs-magit-popup' to make it possible to use "M-x guix" command.
This commit is contained in:
parent
c1562e3de1
commit
e446182e38
1 changed files with 2 additions and 1 deletions
|
@ -192,7 +192,8 @@ (define (copy arch)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gnutls" ,gnutls) ;for 'guix download' & co.
|
`(("gnutls" ,gnutls) ;for 'guix download' & co.
|
||||||
("guile-json" ,guile-json)
|
("guile-json" ,guile-json)
|
||||||
("geiser" ,geiser))) ;for guix.el
|
("geiser" ,geiser) ;for guix.el
|
||||||
|
("emacs-magit-popup" ,emacs-magit-popup))) ;for "M-x guix" command
|
||||||
|
|
||||||
(home-page "http://www.gnu.org/software/guix")
|
(home-page "http://www.gnu.org/software/guix")
|
||||||
(synopsis "Functional package manager for installed software packages and versions")
|
(synopsis "Functional package manager for installed software packages and versions")
|
||||||
|
|
Loading…
Reference in a new issue