Skip to content
Snippets Groups Projects
Commit c6061db2 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: cflow: Install Emacs mode.

* gnu/packages/cflow.scm (cflow): Add Emacs as an input.
parent c509bf8c
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,10 @@ (define-public cflow
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment