Merge pull request #288672 from Kupac/CytoML

rPackages.CytoML: fix build failure
This commit is contained in:
Justin Bedő
2024-02-16 12:57:54 +11:00
committed by GitHub
+1
View File
@@ -328,6 +328,7 @@ let
chebpol = [ pkgs.fftw.dev ];
ChemmineOB = with pkgs; [ openbabel pkg-config ];
curl = [ pkgs.curl.dev ];
CytoML = [ pkgs.libxml2.dev ];
data_table = with pkgs; [ pkg-config zlib.dev ] ++ lib.optional stdenv.isDarwin pkgs.llvmPackages.openmp;
devEMF = with pkgs; [ xorg.libXft.dev ];
diversitree = with pkgs; [ gsl fftw ];