libetonyek: fix build after libxml2 update

libetonyek requires zlib, which was previously but is no longer
propagated by libxml2
This commit is contained in:
Mrmaxmeier 2024-07-25 10:56:10 +02:00
parent 66fa4186f2
commit 2fe2c28245

View File

@ -12,6 +12,7 @@
, librevenge
, libxml2
, mdds
, zlib
}:
stdenv.mkDerivation rec {
@ -39,6 +40,7 @@ stdenv.mkDerivation rec {
librevenge
libxml2
mdds
zlib
];
configureFlags = ["--with-mdds=2.1"];