forked from mirrors/nixpkgs
cran-packages.nix: provide meta.homepage links for all modules
This commit is contained in:
parent
f31f57c32d
commit
97262a59b5
|
@ -48,6 +48,7 @@ let
|
|||
inherit sha256;
|
||||
};
|
||||
propagatedBuildInputs = depends;
|
||||
meta.homepage = "http://cran.r-project.org/web/packages/${name}/";
|
||||
};
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue