summary refs log tree commit diff
path: root/pkgs/development/r-modules/default.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-06-09 11:43:00 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-06-09 11:43:00 -0500
commitb120a737fd3f2871af7d57c88c010884041ce6d4 (patch)
treef8fab890b991cc6fd9559029cb4fc4251d346bc1 /pkgs/development/r-modules/default.nix
parent71b848b45dc58d7e75eb7f07b214fb8c62e5f58d (diff)
downloadnixlib-b120a737fd3f2871af7d57c88c010884041ce6d4.tar
nixlib-b120a737fd3f2871af7d57c88c010884041ce6d4.tar.gz
nixlib-b120a737fd3f2871af7d57c88c010884041ce6d4.tar.bz2
nixlib-b120a737fd3f2871af7d57c88c010884041ce6d4.tar.lz
nixlib-b120a737fd3f2871af7d57c88c010884041ce6d4.tar.xz
nixlib-b120a737fd3f2871af7d57c88c010884041ce6d4.tar.zst
nixlib-b120a737fd3f2871af7d57c88c010884041ce6d4.zip
rPackages.BayesLogit: build with openblas
Diffstat (limited to 'pkgs/development/r-modules/default.nix')
-rw-r--r--pkgs/development/r-modules/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/r-modules/default.nix b/pkgs/development/r-modules/default.nix
index 11d7193edee7..4bad1224cc1a 100644
--- a/pkgs/development/r-modules/default.nix
+++ b/pkgs/development/r-modules/default.nix
@@ -1087,6 +1087,7 @@ let
 
     BayesLogit = old.BayesLogit.overrideDerivation (attrs: {
       patches = [ ./patches/BayesLogit.patch ];
+      buildInputs = (attrs.buildInputs or []) ++ [ pkgs.openblasCompat ];
     });
 
     BayesBridge = old.BayesBridge.overrideDerivation (attrs: {