r-modules: set meta.hydraPlatforms for all R packages
This commit is contained in:
parent
80f3e943b1
commit
36e6eda5fc
|
@ -49,6 +49,7 @@ let
|
|||
};
|
||||
propagatedBuildInputs = depends;
|
||||
meta.homepage = "http://cran.r-project.org/web/packages/${name}/";
|
||||
meta.hydraPlatforms = R.meta.hydraPlatforms;
|
||||
};
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in New Issue