Merge pull request #204684 from trofi/rPackages.devEMF-without-xlibsWrapper
rPackages.devEMF: use xorg.* packages directly instead of xlibsWrappe…
This commit is contained in:
commit
e442f93a8c
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue