Merge pull request #316393 from b-rodrigues/fix_apollonius

rPackages.Apollonius: fixed build
This commit is contained in:
Nick Cao
2024-06-02 10:09:05 -04:00
committed by GitHub
+1
View File
@@ -316,6 +316,7 @@ let
adbcpostgresql = [ pkgs.postgresql ];
adimpro = [ pkgs.imagemagick ];
animation = [ pkgs.which ];
Apollonius = with pkgs; [ pkg-config gmp.dev mpfr.dev ];
arrow = with pkgs; [ pkg-config cmake ] ++ lib.optionals stdenv.isDarwin [ intltool ];
audio = [ pkgs.portaudio ];
BayesSAE = [ pkgs.gsl ];