Skip to content

Commit

Permalink
Merge pull request #204684 from trofi/rPackages.devEMF-without-xlibsW…
Browse files Browse the repository at this point in the history
…rapper

rPackages.devEMF: use xorg.* packages directly instead of xlibsWrappe…
  • Loading branch information
jbedo authored Dec 6, 2022
2 parents 7c8f8c5 + a2fbaae commit e442f93
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 @@ -327,7 +327,7 @@ let
ChemmineOB = with pkgs; [ openbabel pkg-config ];
curl = [ pkgs.curl.dev ];
data_table = [ pkgs.zlib.dev ] ++ lib.optional stdenv.isDarwin pkgs.llvmPackages.openmp;
devEMF = with pkgs; [ xorg.libXft.dev xlibsWrapper ];
devEMF = with pkgs; [ xorg.libXft.dev ];
diversitree = with pkgs; [ gsl fftw ];
exactextractr = [ pkgs.geos ];
EMCluster = [ pkgs.lapack ];
Expand Down

0 comments on commit e442f93

Please sign in to comment.