diff options
-rw-r--r-- | gnu/packages/statistics.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 0df89bf32e..a8cfd9104a 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -24,6 +24,7 @@ ;;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr> ;;; Copyright © 2024-2025 Sharlatan Hellseher <sharlatanus@gmail.com> ;;; Copyright © 2025 Jonas Freimuth <jonas.freimuth@posteo.de> +;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -247,7 +248,9 @@ This package also provides @command{xls2csv} to export Excel files to CSV.") (list #:disallowed-references `(,tzdata-for-tests) #:make-flags - #~(list (string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib/R/lib") + #~(list (string-append "CFLAGS=-g -O2" + " -Wno-error=implicit-function-declaration") + (string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib/R/lib") ;; This affects the embedded timestamp of only the core packages. "PKG_BUILT_STAMP=1970-01-01") #:phases |