summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEllis Whitehead <ellis@ellisw.net>2014-05-17 21:35:02 +0200
committerEllis Whitehead <ellis@ellisw.net>2014-05-17 21:35:02 +0200
commita257d14925c6e293529c5bb34fc633b32931791d (patch)
treecc50003dd7d34fa001cde5ddde6bb143ae86989e /pkgs/applications
parent224f9b478dfbe1c74f9b0558138df4386eb2322c (diff)
downloadnixlib-a257d14925c6e293529c5bb34fc633b32931791d.tar
nixlib-a257d14925c6e293529c5bb34fc633b32931791d.tar.gz
nixlib-a257d14925c6e293529c5bb34fc633b32931791d.tar.bz2
nixlib-a257d14925c6e293529c5bb34fc633b32931791d.tar.lz
nixlib-a257d14925c6e293529c5bb34fc633b32931791d.tar.xz
nixlib-a257d14925c6e293529c5bb34fc633b32931791d.tar.zst
nixlib-a257d14925c6e293529c5bb34fc633b32931791d.zip
R: install lib/libR.so for use by other programs such as RStudio
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/math/R/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/R/default.nix b/pkgs/applications/science/math/R/default.nix
index 772d9cdd6cef..edba65146a66 100644
--- a/pkgs/applications/science/math/R/default.nix
+++ b/pkgs/applications/science/math/R/default.nix
@@ -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)