mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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.
This commit is contained in:
parent
0bfbd039f9
commit
2f303bc10e
@ -1,10 +1,11 @@
|
||||
with import <nixpkgs> {};
|
||||
with import ../../.. {};
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "generate-r-packages-shell";
|
||||
|
||||
buildCommand = "exit 1";
|
||||
|
||||
buildInputs = [ wget ];
|
||||
nativeBuildInputs = [
|
||||
(rWrapper.override {
|
||||
packages = with rPackages; [
|
||||
|
Loading…
Reference in New Issue
Block a user