Merge pull request #294461 from b-rodrigues/fix_rDEA

rPackages.rDEA: fixed build
This commit is contained in:
Weijia Wang 2024-03-17 23:10:18 +01:00 committed by GitHub
commit 2486bf0644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -548,6 +548,7 @@ let
RPushbullet = [ pkgs.which ];
RCurl = [ pkgs.curl.dev ];
R2SWF = [ pkgs.pkg-config ];
rDEA = [ pkgs.glpk ];
rgl = with pkgs; [ libGLU libGLU.dev libGL xorg.libX11.dev freetype.dev libpng.dev ];
RGtk2 = [ pkgs.pkg-config ];
RProtoBuf = [ pkgs.pkg-config ];