rPackages.CytoML: fix build failure

Adds libxml to the nativeBuildInputs
This commit is contained in:
László Kupcsik
2024-02-13 22:21:41 +01:00
parent c5b5449229
commit d6778cb518
+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 ];