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:
Peter Simons
2017-03-07 14:56:46 +01:00
parent 3dc4e12ff0
commit f4595fa555
4 changed files with 2 additions and 24 deletions
-3
View File
@@ -94,9 +94,6 @@ mv cran-packages.nix.new cran-packages.nix
Rscript generate-r-packages.R bioc > bioc-packages.nix.new
mv bioc-packages.nix.new bioc-packages.nix
Rscript generate-r-packages.R irkernel > irkernel-packages.nix.new
mv irkernel-packages.nix.new irkernel-packages.nix
```
`generate-r-packages.R <repo>` reads `<repo>-packages.nix`, therefor the renaming.