Loading pkgs/development/r-modules/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -91,7 +91,9 @@ let ]; }; deriveBiocAnn = mkDerive { mkHomepage = { name, ... }: "http://www.bioconductor.org/packages/${name}.html"; mkHomepage = { name, biocVersion }: "https://www.bioconductor.org/packages/${biocVersion}/data/annotation/html/${name}.html"; mkUrls = { name, Loading @@ -104,7 +106,9 @@ let hydraPlatforms = [ ]; }; deriveBiocExp = mkDerive { mkHomepage = { name, ... }: "http://www.bioconductor.org/packages/${name}.html"; mkHomepage = { name, biocVersion }: "https://www.bioconductor.org/packages/${biocVersion}/data/experiment/html/${name}.html"; mkUrls = { name, Loading Loading
pkgs/development/r-modules/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -91,7 +91,9 @@ let ]; }; deriveBiocAnn = mkDerive { mkHomepage = { name, ... }: "http://www.bioconductor.org/packages/${name}.html"; mkHomepage = { name, biocVersion }: "https://www.bioconductor.org/packages/${biocVersion}/data/annotation/html/${name}.html"; mkUrls = { name, Loading @@ -104,7 +106,9 @@ let hydraPlatforms = [ ]; }; deriveBiocExp = mkDerive { mkHomepage = { name, ... }: "http://www.bioconductor.org/packages/${name}.html"; mkHomepage = { name, biocVersion }: "https://www.bioconductor.org/packages/${biocVersion}/data/experiment/html/${name}.html"; mkUrls = { name, Loading