diff options
Diffstat (limited to 'gnu/packages/code.scm')
| -rw-r--r-- | gnu/packages/code.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index 83e28d63ed7..7d081e3e3fa 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm | |||
| @@ -711,8 +711,7 @@ possible to collect coverage information without special compiler switches.") | |||
| 711 | (arguments | 711 | (arguments |
| 712 | '(#:build-type "RelWithDebInfo" | 712 | '(#:build-type "RelWithDebInfo" |
| 713 | #:configure-flags | 713 | #:configure-flags |
| 714 | '("-DRTAGS_NO_ELISP_FILES=1" | 714 | '("-DRTAGS_NO_ELISP_FILES=1") |
| 715 | "-DBUILD_TESTING=FALSE") | ||
| 716 | #:tests? #f)) | 715 | #:tests? #f)) |
| 717 | (native-inputs | 716 | (native-inputs |
| 718 | (list pkg-config)) | 717 | (list pkg-config)) |
