Merge pull request #289235 from b-rodrigues/fix_gpbayes

rPackages.GPBayes: added dependency
This commit is contained in:
Justin Bedő
2024-02-18 05:26:42 +11:00
committed by GitHub
+1
View File
@@ -343,6 +343,7 @@ let
GLAD = [ pkgs.gsl ];
glpkAPI = with pkgs; [ gmp glpk ];
gmp = [ pkgs.gmp.dev ];
GPBayes = [ pkgs.gsl ];
graphscan = [ pkgs.gsl ];
gsl = [ pkgs.gsl ];
gert = [ pkgs.libgit2 ];