Merge pull request #2680 from ellis/libR.so
R: install lib/libR.so for use by other programs such as RStudio
This commit is contained in:
commit
3c8e1a9e47
@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
--with-system-pcre
|
--with-system-pcre
|
||||||
--with-system-xz
|
--with-system-xz
|
||||||
--with-ICU
|
--with-ICU
|
||||||
|
--enable-R-shlib
|
||||||
AR=$(type -p ar)
|
AR=$(type -p ar)
|
||||||
AWK=$(type -p gawk)
|
AWK=$(type -p gawk)
|
||||||
CC=$(type -p gcc)
|
CC=$(type -p gcc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user