Merge pull request #43360 from mnacamura/r-reprex

rPackages.reprex: fix build
This commit is contained in:
Peter Simons 2018-07-11 16:39:15 +02:00 committed by GitHub
commit 73473bb22e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,6 +306,7 @@ let
RcppCNPy = [ pkgs.zlib.dev ]; RcppCNPy = [ pkgs.zlib.dev ];
RcppGSL = [ pkgs.gsl_1 ]; RcppGSL = [ pkgs.gsl_1 ];
RcppZiggurat = [ pkgs.gsl_1 ]; RcppZiggurat = [ pkgs.gsl_1 ];
reprex = [ pkgs.which ];
rgdal = [ pkgs.proj pkgs.gdal ]; rgdal = [ pkgs.proj pkgs.gdal ];
rgeos = [ pkgs.geos ]; rgeos = [ pkgs.geos ];
rggobi = [ pkgs.ggobi pkgs.gtk2.dev pkgs.libxml2.dev ]; rggobi = [ pkgs.ggobi pkgs.gtk2.dev pkgs.libxml2.dev ];