rPackages.reprex: fix build

This commit is contained in:
Mitsuhiro Nakamura 2018-07-11 23:05:56 +09:00
parent 1539167d21
commit c072024409

View file

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