Skip to content

Commit

Permalink
Merge pull request #204518 from trofi/rPackages.rgl-without-xlibsWrapper
Browse files Browse the repository at this point in the history
rPackages.rgl: use xorg.* packages directly instead of xlibsWrapper i…
  • Loading branch information
jbedo authored Dec 4, 2022
2 parents b56d5a5 + 2d36d57 commit 3588017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/r-modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ let
RcppEigen = [ pkgs.libiconv ];
RCurl = [ pkgs.curl.dev ];
R2SWF = [ pkgs.pkg-config ];
rgl = with pkgs; [ libGLU libGLU.dev libGL xlibsWrapper ];
rgl = with pkgs; [ libGLU libGLU.dev libGL xorg.libX11.dev freetype.dev libpng.dev ];
RGtk2 = [ pkgs.pkg-config ];
RProtoBuf = [ pkgs.pkg-config ];
Rpoppler = [ pkgs.pkg-config ];
Expand Down

0 comments on commit 3588017

Please sign in to comment.