summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-11-16 21:56:22 +0100
committerLudovic Courtès <ludo@gnu.org>2013-11-16 21:56:41 +0100
commitc6061db21e04990e867ceeeb255cfa3de8505405 (patch)
tree683a7efd29bd4400d5e6cb73ae7aa3b45b4cde26
parentc509bf8c87140ccb4d5f0709c4de8905819b90ad (diff)
gnu: cflow: Install Emacs mode.
* gnu/packages/cflow.scm (cflow): Add Emacs as an input.
-rw-r--r--gnu/packages/cflow.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/cflow.scm b/gnu/packages/cflow.scm
index 52552e3fe1b..76ab5506d63 100644
--- a/gnu/packages/cflow.scm
+++ b/gnu/packages/cflow.scm
@@ -35,6 +35,10 @@
35 (base32 35 (base32
36 "1jkbq97ajcf834z68hbn3xfhiz921zhn39gklml1racf0kb3jzh3")))) 36 "1jkbq97ajcf834z68hbn3xfhiz921zhn39gklml1racf0kb3jzh3"))))
37 (build-system gnu-build-system) 37 (build-system gnu-build-system)
38
39 ;; Needed to have cflow-mode.el installed.
40 (native-inputs `(("emacs" ,emacs)))
41
38 (home-page "http://www.gnu.org/software/cflow/") 42 (home-page "http://www.gnu.org/software/cflow/")
39 (synopsis "Create a graph of control flow within a program") 43 (synopsis "Create a graph of control flow within a program")
40 (description 44 (description