Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/r-modules/generate-shell.nix

19 lines
285 B
Nix
Raw Normal View History

R/generate-shell: Use R from current tree, fix missing wget dep. Without this change, the 'R' version used might be the wrong one which changes the package lists used. Fixes #19530.
2017-02-23 07:46:20 -06:00
with import ../../.. {};
r-modules: use HTTPS, allow passing args from generated set, use MRAN
2015-11-24 16:59:04 +03:00
stdenv.mkDerivation {
name = "generate-r-packages-shell";
buildCommand = "exit 1";
R/generate-shell: Use R from current tree, fix missing wget dep. Without this change, the 'R' version used might be the wrong one which changes the package lists used. Fixes #19530.
2017-02-23 07:46:20 -06:00
buildInputs = [ wget ];
R: update list of broken packages (and some cosmetic)
2017-04-21 20:00:32 +02:00
nativeBuildInputs = [
r-modules: use HTTPS, allow passing args from generated set, use MRAN
2015-11-24 16:59:04 +03:00
(rWrapper.override {
packages = with rPackages; [
data_table
parallel
];
})
];
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 1089ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API