Unverified Commit 51755d45 authored by Justin Bedo's avatar Justin Bedo
Browse files

rPackages.rhdf5: fix build

parent 3546c2f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1822,6 +1822,7 @@ let

    rhdf5= old.rhdf5.overrideAttrs (attrs: {
      patches = [ ./patches/rhdf5.patch ];
      env.NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
    });

    rmarkdown = old.rmarkdown.overrideAttrs (_: {