Merge pull request #23104 from dtzWill/fix/generate-shell

R/generate-shell: Use R from current tree, fix missing wget dep.
This commit is contained in:
Domen Kožar 2017-02-27 14:06:17 +01:00 committed by GitHub
commit ffe935ee86

View file

@ -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; [