rPackages.R2SWF: mostly fix dependencies

This commit is contained in:
TomaSajt
2026-07-09 23:36:17 +02:00
committed by Michael Daniels
parent da6dcfb8ad
commit 0829a080a9

View File

@@ -697,11 +697,7 @@ let
cargo
rustc
];
R2SWF = with pkgs; [
zlib
libpng
freetype.dev
];
R2SWF = [ pkgs.pkg-config ];
RAppArmor = [ pkgs.libapparmor ];
rapportools = [ pkgs.which ];
rapport = [ pkgs.which ];
@@ -1172,7 +1168,11 @@ let
zstd.dev
];
RCurl = [ pkgs.curl.dev ];
R2SWF = [ pkgs.pkg-config ];
R2SWF = with pkgs; [
zlib
libpng
freetype
];
rDEA = [ pkgs.glpk ];
rgl = with pkgs; [
libGLU