mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
rPackages.R2SWF: mostly fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
da6dcfb8ad
commit
0829a080a9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user