Skip to content

Commit b7a8a56

Browse files
committed
dia: enable zlib in libxml2 to support gzipped archives
1 parent c75a2bd commit b7a8a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/di/dia/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ stdenv.mkDerivation {
4444
[
4545
graphene
4646
gtk3
47-
libxml2
47+
(libxml2.override { zlibSupport = true; })
4848
python3
4949
poppler
5050
]

0 commit comments

Comments
 (0)