diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-11-16 21:56:22 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-11-16 21:56:41 +0100 |
commit | c6061db21e04990e867ceeeb255cfa3de8505405 (patch) | |
tree | 683a7efd29bd4400d5e6cb73ae7aa3b45b4cde26 | |
parent | c509bf8c87140ccb4d5f0709c4de8905819b90ad (diff) | |
download | guix-c6061db21e04990e867ceeeb255cfa3de8505405.tar.gz |
gnu: cflow: Install Emacs mode.
* gnu/packages/cflow.scm (cflow): Add Emacs as an input.
-rw-r--r-- | gnu/packages/cflow.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/cflow.scm b/gnu/packages/cflow.scm index 52552e3fe1..76ab5506d6 100644 --- a/gnu/packages/cflow.scm +++ b/gnu/packages/cflow.scm @@ -35,6 +35,10 @@ (base32 "1jkbq97ajcf834z68hbn3xfhiz921zhn39gklml1racf0kb3jzh3")))) (build-system gnu-build-system) + + ;; Needed to have cflow-mode.el installed. + (native-inputs `(("emacs" ,emacs))) + (home-page "http://www.gnu.org/software/cflow/") (synopsis "Create a graph of control flow within a program") (description |