mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Merge pull request #294461 from b-rodrigues/fix_rDEA
rPackages.rDEA: fixed build
This commit is contained in:
commit
2486bf0644
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user