r-modules: drop broken irkernel package set
We can no longer update that package set since, apparently, it has moved to a different packaging scheme.
This commit is contained in:
@@ -38,7 +38,7 @@ let
|
||||
meta.broken = broken;
|
||||
});
|
||||
|
||||
# Templates for generating Bioconductor, CRAN and IRkernel packages
|
||||
# Templates for generating Bioconductor and CRAN packages
|
||||
# from the name, version, sha256, and optional per-package arguments above
|
||||
#
|
||||
deriveBioc = mkDerive {
|
||||
@@ -57,10 +57,6 @@ let
|
||||
mkHomepage = {name, snapshot}: "http://mran.revolutionanalytics.com/snapshot/${snapshot}/web/packages/${name}/";
|
||||
mkUrls = {name, version, snapshot}: [ "http://mran.revolutionanalytics.com/snapshot/${snapshot}/src/contrib/${name}_${version}.tar.gz" ];
|
||||
};
|
||||
deriveIRkernel = mkDerive {
|
||||
mkHomepage = {name}: "https://irkernel.github.io/";
|
||||
mkUrls = {name, version}: [ "http://irkernel.github.io/src/contrib/${name}_${version}.tar.gz" ];
|
||||
};
|
||||
|
||||
# Overrides package definitions with nativeBuildInputs.
|
||||
# For example,
|
||||
@@ -222,8 +218,7 @@ let
|
||||
_self = import ./bioc-packages.nix { inherit self; derive = deriveBioc; } //
|
||||
import ./bioc-annotation-packages.nix { inherit self; derive = deriveBiocAnn; } //
|
||||
import ./bioc-experiment-packages.nix { inherit self; derive = deriveBiocExp; } //
|
||||
import ./cran-packages.nix { inherit self; derive = deriveCran; } //
|
||||
import ./irkernel-packages.nix { inherit self; derive = deriveIRkernel; };
|
||||
import ./cran-packages.nix { inherit self; derive = deriveCran; };
|
||||
|
||||
# tweaks for the individual packages and "in self" follow
|
||||
|
||||
|
||||
Reference in New Issue
Block a user