rPackages.rhdf5: fix installation

Fix #42878
This commit is contained in:
Markus Ankenbrand
2018-07-02 18:51:18 +02:00
parent a444ed3870
commit 9eeea0b9ef
2 changed files with 16 additions and 0 deletions
+4
View File
@@ -749,6 +749,10 @@ let
patches = [ ./patches/BayesXsrc.patch ];
});
rhdf5 = old.rhdf5.overrideDerivation (attrs: {
patches = [ ./patches/rhdf5.patch ];
});
rJava = old.rJava.overrideDerivation (attrs: {
preConfigure = ''
export JAVA_CPPFLAGS=-I${pkgs.jdk}/include/