diff options
author | Alex Kost <alezost@gmail.com> | 2016-07-03 10:06:33 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-07-04 10:14:18 +0300 |
commit | e446182e38cd9aa7634304b13bdbcbd07d1b4c81 (patch) | |
tree | a9af3dd8b428abf71c569fc7e1838c0476a8f0cc | |
parent | c1562e3de145780f9eea3bffd7e9ceffc34d6ec7 (diff) |
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.
-rw-r--r-- | gnu/packages/package-management.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index f3a1cda149..c3035c3921 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -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") |