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
|
@ -192,7 +192,8 @@
|
|||
(propagated-inputs
|
||||
`(("gnutls" ,gnutls) ;for 'guix download' & co.
|
||||
("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")
|
||||
(synopsis "Functional package manager for installed software packages and versions")
|
||||
|
|
Loading…
Reference in New Issue