Merge pull request #204685 from trofi/rPackages.Cairo-without-xlibsWrapper

rPackages.Cairo: use xorg.* packages directly instead of xlibsWrapper…
This commit is contained in:
Justin Bedő 2022-12-06 06:27:52 +00:00 committed by GitHub
commit 7b81ec9be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,7 +321,7 @@ let
Biostrings = [ pkgs.zlib ];
bnpmr = [ pkgs.gsl ];
cairoDevice = [ pkgs.gtk2.dev ];
Cairo = with pkgs; [ libtiff libjpeg cairo.dev xlibsWrapper fontconfig.lib ];
Cairo = with pkgs; [ libtiff libjpeg cairo.dev xorg.libXt.dev fontconfig.lib ];
Cardinal = [ pkgs.which ];
chebpol = [ pkgs.fftw.dev ];
ChemmineOB = with pkgs; [ openbabel pkg-config ];