forked from mirrors/nixpkgs
r-modules: always set meta.platforms when meta.hydraPlatforms is set, too
By default, we take both values from the R derivation.
This commit is contained in:
parent
67ddc8f4b9
commit
d9f1968cab
|
@ -31,6 +31,7 @@ let
|
|||
propagatedBuildInputs = depends;
|
||||
nativeBuildInputs = depends;
|
||||
meta.homepage = "http://cran.r-project.org/web/packages/${name}/";
|
||||
meta.platforms = R.meta.platforms;
|
||||
meta.hydraPlatforms = hydraPlatforms;
|
||||
meta.broken = broken;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue