rPackages.MethScope: fix build

This commit is contained in:
Justin Bedo
2026-02-19 16:40:10 +11:00
parent c9f7982dec
commit 0161fb25d5

View File

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