mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: frama-c: Build verbosely.
As verbosely as most other packages, that is. * gnu/packages/maths.scm (frama-c)[arguments]: Add "--enable-verbosemake" to #:configure-flags.
This commit is contained in:
parent
fcf54c717f
commit
7abf96a2ec
1 changed files with 2 additions and 0 deletions
|
@ -8171,6 +8171,8 @@ (define-public frama-c
|
|||
(build-system ocaml-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f; no test target in Makefile
|
||||
#:configure-flags
|
||||
(list "--enable-verbosemake") ; to aid debugging
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'export-shell
|
||||
|
|
Loading…
Reference in a new issue