mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: cflow: Fix preprocess option.
* gnu/packages/code.scm (cflow)[arguments]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0ad03eae38
commit
65d98906b8
1 changed files with 5 additions and 1 deletions
|
@ -58,7 +58,11 @@ (define-public cflow
|
||||||
|
|
||||||
;; Needed to have cflow-mode.el installed.
|
;; Needed to have cflow-mode.el installed.
|
||||||
(native-inputs `(("emacs" ,emacs-minimal)))
|
(native-inputs `(("emacs" ,emacs-minimal)))
|
||||||
|
(arguments
|
||||||
|
'(#:configure-flags (list (string-append "CPPFLAGS="
|
||||||
|
"-D" "CFLOW_PREPROC=\\\""
|
||||||
|
(assoc-ref %build-inputs "gcc")
|
||||||
|
"/bin/cpp\\\""))))
|
||||||
(home-page "https://www.gnu.org/software/cflow/")
|
(home-page "https://www.gnu.org/software/cflow/")
|
||||||
(synopsis "Create a graph of control flow within a program")
|
(synopsis "Create a graph of control flow within a program")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue