We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851c8b9 commit cb44e8fCopy full SHA for cb44e8f
pkgs/development/r-modules/default.nix
@@ -91,7 +91,9 @@ let
91
];
92
};
93
deriveBiocAnn = mkDerive {
94
- mkHomepage = { name, ... }: "http://www.bioconductor.org/packages/${name}.html";
+ mkHomepage =
95
+ { name, biocVersion }:
96
+ "https://www.bioconductor.org/packages/${biocVersion}/data/annotation/html/${name}.html";
97
mkUrls =
98
{
99
name,
@@ -104,7 +106,9 @@ let
104
106
hydraPlatforms = [ ];
105
107
108
deriveBiocExp = mkDerive {
109
110
111
+ "https://www.bioconductor.org/packages/${biocVersion}/data/experiment/html/${name}.html";
112
113
114
0 commit comments