rPackages.Apollonius: fix dependencies

This commit is contained in:
TomaSajt
2026-07-09 23:33:20 +02:00
committed by Michael Daniels
parent ba16f47f97
commit da6dcfb8ad

View File

@@ -412,11 +412,7 @@ let
packagesWithNativeBuildInputs = {
adimpro = [ pkgs.imagemagick ];
animation = [ pkgs.which ];
Apollonius = with pkgs; [
pkg-config
gmp.dev
mpfr.dev
];
Apollonius = [ pkgs.pkg-config ];
arrow =
with pkgs;
[
@@ -1084,6 +1080,10 @@ let
openpam
libpq
];
Apollonius = with pkgs; [
gmp
mpfr
];
asciicast = with pkgs; [
bzip2.dev
icu.dev