dia: enable zlib in libxml2 to support gzipped archives

This commit is contained in:
aleksana
2025-02-24 21:38:21 +08:00
parent c75a2bda2f
commit b7a8a56b87
+1 -1
View File
@@ -44,7 +44,7 @@ stdenv.mkDerivation {
[
graphene
gtk3
libxml2
(libxml2.override { zlibSupport = true; })
python3
poppler
]