Unverified Commit 0161fb25 authored by Justin Bedo's avatar Justin Bedo
Browse files

rPackages.MethScope: fix build

parent c9f7982d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1544,6 +1544,10 @@ let
    psbcGroup = [ pkgs.gsl.dev ];
    rrd = [ pkgs.rrdtool ];
    flowWorkspace = [ pkgs.zlib.dev ];
    MethScope = with pkgs; [
      ncurses
      zlib.dev
    ];
    RITCH = [ pkgs.zlib.dev ];
    RcppMeCab = [ pkgs.mecab ];
    PING = [ pkgs.gsl ];