forked from mirrors/nixpkgs
rPackages.devEMF: use xorg.* packages directly instead of xlibsWrapper indirection
Validated as no change in `out` output with `diffoscope`.
This commit is contained in:
parent
6e51c97f1c
commit
a2fbaae04a
|
@ -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