Merge pull request #316395 from b-rodrigues/fix_neojags

rPackages.neojags: fixed build
This commit is contained in:
Nick Cao 2024-06-01 10:07:54 -04:00 committed by GitHub
commit 70858d3845
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -397,6 +397,7 @@ let
mzR = with pkgs; [ zlib netcdf ];
nanonext = with pkgs; [ mbedtls nng ];
ncdf4 = [ pkgs.netcdf ];
neojags = [ pkgs.jags ];
nloptr = with pkgs; [ nlopt pkg-config ];
n1qn1 = [ pkgs.gfortran ];
odbc = [ pkgs.unixODBC ];