rPackages.rhdf5: fix build

This commit is contained in:
Justin Bedo
2024-12-27 16:24:50 +11:00
parent 3546c2f64d
commit 51755d45fa
+1
View File
@@ -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 (_: {