diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-03-09 06:37:40 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-03-09 07:38:24 +0100 |
commit | f2ac9379249b394571691f26298e338cbda49582 (patch) | |
tree | 17ac324f9d69cf14565b44a42d698278a03484d0 /gnu | |
parent | f7db12022ca4a688875b85004402f8012a27d820 (diff) | |
download | guix-f2ac9379249b394571691f26298e338cbda49582.tar guix-f2ac9379249b394571691f26298e338cbda49582.tar.gz |
gnu: r: Remove obsolete configure flags.
* gnu/packages/statistics.scm (r)[arguments]: Remove obsolete configure flags.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/statistics.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index c46036368a..e02c342c6f 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -170,11 +170,7 @@ be output in text, PostScript, PDF or HTML.") "--with-ICU" "--enable-R-shlib" "--enable-BLAS-shlib" - "--with-system-zlib" - "--with-system-bzlib" - "--with-system-pcre" - "--with-system-tre" - "--with-system-xz"))) + "--with-system-tre"))) ;; R has some support for Java. When the JDK is available at configure ;; time environment variables pointing to the JDK will be recorded under ;; $R_HOME/etc and ./tools/getsp.java will be compiled which is used by "R |