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-xz
|
||||
--with-ICU
|
||||
--enable-R-shlib
|
||||
AR=$(type -p ar)
|
||||
AWK=$(type -p gawk)
|
||||
CC=$(type -p gcc)
|
||||
|
Loading…
Reference in New Issue
Block a user