Merge pull request #204684 from trofi/rPackages.devEMF-without-xlibsWrapper

rPackages.devEMF: use xorg.* packages directly instead of xlibsWrappe…
This commit is contained in:
Justin Bedő 2022-12-06 07:22:53 +00:00 committed by GitHub
commit e442f93a8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];