rPackages.Apollonius: fixed build

This commit is contained in:
Bruno Rodrigues
2024-06-01 13:17:20 +02:00
parent 0d17c3d98a
commit 2ccd4e4ccf
+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 ];